diff --git a/src/pages/rss.xml.js b/src/pages/rss.xml.js index 1981d41..a8fd191 100644 --- a/src/pages/rss.xml.js +++ b/src/pages/rss.xml.js @@ -18,7 +18,7 @@ export async function GET(context) { title: post.data.title, pubDate: post.data.pubDate, description: post.data.description, - link: `/zh/posts/${slug}/`, + link: `/${postLang}/posts/${slug}/`, }) }), customData: `en-us`,