This commit is contained in:
tangly1024
2025-01-01 15:19:01 +08:00
parent 9b80c149bf
commit bffcc401c1
2 changed files with 3 additions and 3 deletions

View File

@@ -223,7 +223,7 @@ async function converNotionToSiteDate(pageId, from, pageRecordMap) {
})
// 站点基础信息
const siteInfo = getSiteInfo({ collection, block, pageId })
const siteInfo = getSiteInfo({ collection, block, NOTION_CONFIG })
// 文章计数
let postCount = 0