mirror of
https://github.com/d0zingcat/NotionNext.git
synced 2026-05-21 07:26:49 +00:00
fix date
This commit is contained in:
@@ -46,7 +46,7 @@ export async function generateRss(posts) {
|
||||
link: `${BLOG.LINK}/${post.slug}`,
|
||||
description: post.summary,
|
||||
content: await createFeedContent(post),
|
||||
date: new Date(post?.publishTime || post?.createdTime)
|
||||
date: new Date(post?.publishTime)
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user