From 4e406bb85ba1ddff97d845346336c6f9274f7d75 Mon Sep 17 00:00:00 2001 From: ClovertaTheTrilobita Date: Mon, 30 Mar 2026 18:09:49 +0300 Subject: [PATCH] fix rss with correct format --- src/pages/rss.xml.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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`,