mirror of
https://github.com/ClovertaTheTrilobita/SanYeCao-blog.git
synced 2026-04-01 17:50:13 +00:00
fix rss with correct format
This commit is contained in:
parent
511e7b8e41
commit
4e406bb85b
1 changed files with 1 additions and 1 deletions
|
|
@ -18,7 +18,7 @@ export async function GET(context) {
|
||||||
title: post.data.title,
|
title: post.data.title,
|
||||||
pubDate: post.data.pubDate,
|
pubDate: post.data.pubDate,
|
||||||
description: post.data.description,
|
description: post.data.description,
|
||||||
link: `/zh/posts/${slug}/`,
|
link: `/${postLang}/posts/${slug}/`,
|
||||||
})
|
})
|
||||||
}),
|
}),
|
||||||
customData: `<language>en-us</language>`,
|
customData: `<language>en-us</language>`,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue