空白封面

This commit is contained in:
tlyong1992
2022-05-19 16:09:38 +08:00
parent a3f2494f56
commit 1aa215bd1e
3 changed files with 9 additions and 7 deletions

View File

@@ -28,7 +28,7 @@ export async function getAllPosts({ notionPageData, from, pageType }) {
if (!value) {
continue
}
const properties = (await getPageProperties(id, block, schema, tagOptions)) || null
const properties = (await getPageProperties(id, block, schema, null, tagOptions, notionPageData.siteInfo)) || null
data.push(properties)
}