diff options
| author | Joe Carstairs <65492573+Sycamost@users.noreply.github.com> | 2024-05-19 10:19:12 +0100 |
|---|---|---|
| committer | Joe Carstairs <65492573+Sycamost@users.noreply.github.com> | 2024-05-19 10:19:12 +0100 |
| commit | 931e85fd22f7688d53902cf7ccfe397180070f19 (patch) | |
| tree | 9ce42630356b18553fdbe98348e71fcd67c96e97 /website/src/pages | |
| parent | 0bbe796051973bd6af06f0d9c6d017f866a4f4ff (diff) | |
RSS feed uses WEBP headshot
Diffstat (limited to 'website/src/pages')
| -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, |
