diff options
| -rw-r--r-- | website/src/pages/blog/rss.xml.ts | 2 |
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, |
