mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-11-16 02:50:49 -05:00
a bit more cleanup
This commit is contained in:
@@ -3,7 +3,7 @@ import { buildFeed } from "../../lib/helpers/build-feed";
|
||||
export const dynamic = "force-static";
|
||||
|
||||
export const GET = async () => {
|
||||
return new Response(await buildFeed({ type: "rss" }), {
|
||||
return new Response((await buildFeed()).rss2(), {
|
||||
headers: {
|
||||
"content-type": "application/rss+xml; charset=utf-8",
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user