We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e50a41 commit 4db0ba0Copy full SHA for 4db0ba0
apps/svelte.dev/src/routes/blog/rss.xml/+server.js
@@ -62,8 +62,7 @@ const get_rss = async (posts) => {
62
export async function GET() {
63
return new Response(await get_rss(index.blog.children), {
64
headers: {
65
- 'Cache-Control': `max-age=${30 * 60 * 1e3}`,
66
- 'Content-Type': 'application/rss+xml'
+ 'Content-Type': 'application/xml'
67
}
68
});
69
0 commit comments