mirror of
https://github.com/d0zingcat/NotionNext.git
synced 2026-05-14 07:26:52 +00:00
修复404跳转bug
This commit is contained in:
@@ -41,7 +41,7 @@ export async function generateRss(posts) {
|
||||
link: `${BLOG.LINK}/article/${post.slug}`,
|
||||
description: post.summary,
|
||||
content: await createFeedContent(post),
|
||||
date: new Date(post?.date?.start_date || post.createdTime)
|
||||
date: new Date(post?.date?.start_date || post?.createdTime)
|
||||
})
|
||||
}
|
||||
return feed.atom1()
|
||||
|
||||
Reference in New Issue
Block a user