Mae's website :3 maemoon.me
personal website svelte sveltekit
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

rss xml

+1 -1
+1 -1
src/routes/rss/+server.js
··· 14 14 const options = { 15 15 headers: { 16 16 'Cache-Control': 'max-age=0, s-maxage=3600', 17 - 'Content-Type': 'application/xml' 17 + 'Content-Type': 'application/rss+xml' 18 18 } 19 19 }; 20 20