diff --git a/app/feed.xml/route.ts b/app/feed.xml/route.ts index 2d976b6..1db69e5 100644 --- a/app/feed.xml/route.ts +++ b/app/feed.xml/route.ts @@ -49,7 +49,7 @@ export async function GET(req: NextRequest) { return new Response(feed.rss2(), { status: 200, headers: { - 'Content-Type': 'application/json' + 'Content-Type': 'application/xml' } }) } \ No newline at end of file