diff --git a/src/pages/rss.xml.js b/src/pages/rss.xml.js index 3a76fa3..c46859c 100644 --- a/src/pages/rss.xml.js +++ b/src/pages/rss.xml.js @@ -13,7 +13,7 @@ export async function GET(context) { site: context.site, items: posts.map((post) => ({ ...post.data, - link: `/blog/${post.slug}/` + link: `/blog/${post.id}/` })) });