mirror of
https://github.com/KazooTTT/kazoottt-blog.git
synced 2025-06-20 17:27:35 +08:00
fix: error desc for rss
This commit is contained in:
@ -7,11 +7,11 @@ export const GET = async () => {
|
|||||||
|
|
||||||
return rss({
|
return rss({
|
||||||
title: siteConfig.title,
|
title: siteConfig.title,
|
||||||
description: siteConfig.description,
|
description: siteConfig.description + '\nfeedId:76245438397618182+userId:62156866798228480',
|
||||||
site: import.meta.env.SITE,
|
site: import.meta.env.SITE,
|
||||||
items: posts.map((post) => ({
|
items: posts.map((post) => ({
|
||||||
title: post.data.title ?? '',
|
title: post.data.title ?? '',
|
||||||
description: `${post.data.description ?? ''}\nfeedId:76245438397618182+userId:62156866798228480`,
|
description: `${post.data.description ?? ''}`,
|
||||||
pubDate: post.data.date,
|
pubDate: post.data.date,
|
||||||
link: `/blog/${post.slug}`
|
link: `/blog/${post.slug}`
|
||||||
}))
|
}))
|
||||||
|
Reference in New Issue
Block a user