From 931e85fd22f7688d53902cf7ccfe397180070f19 Mon Sep 17 00:00:00 2001
From: Joe Carstairs <65492573+Sycamost@users.noreply.github.com>
Date: Sun, 19 May 2024 10:19:12 +0100
Subject: [PATCH] RSS feed uses WEBP headshot
---
website/src/pages/blog/rss.xml.ts | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/website/src/pages/blog/rss.xml.ts b/website/src/pages/blog/rss.xml.ts
index c9ef251..b7c9bf3 100644
--- a/website/src/pages/blog/rss.xml.ts
+++ b/website/src/pages/blog/rss.xml.ts
@@ -14,7 +14,7 @@ export async function GET(context: APIContext) {
title: 'Joe Carstairs’ blog',
description: 'Short posts on random topics I find interesting',
customData: `
- /images/headshot.jpg
+ /images/headshot.webp
en-GB
`,
site,