mirror of
https://github.com/d0zingcat/NotionNext.git
synced 2026-06-08 15:10:37 +00:00
tag 分页部分提交
This commit is contained in:
@@ -279,7 +279,7 @@ async function getPageRecordMapByNotionAPI({ pageId, from }) {
|
||||
|
||||
const customNav = getCustomNav({ allPages })
|
||||
const categories = getAllCategories({ allPages, categoryOptions, sliceCount: BLOG.PREVIEW_CATEGORY_COUNT })
|
||||
const tags = getAllTags({ allPages, tagOptions, sliceCount: BLOG.PREVIEW_TAG_COUNT })
|
||||
const tags = getAllTags({ allPages, tagOptions })
|
||||
const latestPosts = getLatestPosts({ allPages, from, latestPostCount: 5 })
|
||||
|
||||
return {
|
||||
|
||||
Reference in New Issue
Block a user