diff --git a/src/pages/rss.xml.ts b/src/pages/rss.xml.ts index a0ddea8..eb384ce 100644 --- a/src/pages/rss.xml.ts +++ b/src/pages/rss.xml.ts @@ -12,7 +12,7 @@ export async function GET(context) { title: post.data.title, pubDate: post.data.date, // ...post.data, - link: `/blog/${post.slug}/`, + link: `/${post.slug}/`, })), }); }