mirror of
https://github.com/d0zingcat/NotionNext.git
synced 2026-06-02 07:26:45 +00:00
lastEditTime 字段名调整;修改algolia逻辑
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)
|
||||
date: new Date(post?.publishDay)
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user