fix rss with correct format

This commit is contained in:
ClovertaTheTrilobita 2026-03-30 18:09:49 +03:00
parent 511e7b8e41
commit 4e406bb85b

View file

@ -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: `<language>en-us</language>`,