mirror of
https://github.com/d0zingcat/NotionNext.git
synced 2026-05-14 07:26:52 +00:00
RSSbug修复
This commit is contained in:
@@ -19,10 +19,10 @@ export function generateRss (posts) {
|
||||
})
|
||||
posts.forEach(post => {
|
||||
feed.addItem({
|
||||
TITLE: post.title,
|
||||
title: post.title,
|
||||
id: `${BLOG.LINK}/article/${post.slug}`,
|
||||
LINK: `${BLOG.LINK}/article/${post.slug}`,
|
||||
DESCRIPTION: post.summary,
|
||||
link: `${BLOG.LINK}/article/${post.slug}`,
|
||||
description: post.summary,
|
||||
date: new Date(post?.date?.start_date || post.createdTime)
|
||||
})
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user