summaryrefslogtreecommitdiff
path: root/website/src/pages/blog/rss.xml.ts
diff options
context:
space:
mode:
authorJoe Carstairs <65492573+Sycamost@users.noreply.github.com>2024-05-19 10:19:12 +0100
committerJoe Carstairs <65492573+Sycamost@users.noreply.github.com>2024-05-19 10:19:12 +0100
commit931e85fd22f7688d53902cf7ccfe397180070f19 (patch)
tree9ce42630356b18553fdbe98348e71fcd67c96e97 /website/src/pages/blog/rss.xml.ts
parent0bbe796051973bd6af06f0d9c6d017f866a4f4ff (diff)
RSS feed uses WEBP headshot
Diffstat (limited to 'website/src/pages/blog/rss.xml.ts')
-rw-r--r--website/src/pages/blog/rss.xml.ts2
1 files changed, 1 insertions, 1 deletions
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: `
- <image>/images/headshot.jpg</image>
+ <image>/images/headshot.webp</image>
<language>en-GB</language>
`,
site,