this repo has no description
0
fork

Configure Feed

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

rss+xml

+1 -1
+1 -1
src/app/rss/route.ts
··· 26 26 27 27 return new Response(rss.xml(), { 28 28 headers: { 29 - "content-type": "application/xml+rss", 29 + "content-type": "application/rss+xml", 30 30 }, 31 31 }); 32 32 }