diff --git a/src/pages/rss.xml.js b/src/pages/rss.xml.js index 77e0091..c3ba18d 100644 --- a/src/pages/rss.xml.js +++ b/src/pages/rss.xml.js @@ -52,7 +52,7 @@ export async function GET(context) { }, sanitize({ dropElements: ["script", "style"] }), ]); - feedItems.push({ ...post.data, link: `/blog/${post.slug}/`, content }); + feedItems.push({ ...post.data, link: `/post/${post.slug}/`, content }); } // Return our RSS feed XML response.