mirror of
https://github.com/d0zingcat/NotionNext.git
synced 2026-05-20 15:09:40 +00:00
分页适配example主题
This commit is contained in:
@@ -27,7 +27,6 @@ const TagIndex = props => {
|
||||
export async function getStaticProps() {
|
||||
const from = 'tag-index-props'
|
||||
const props = await getGlobalNotionData({ from })
|
||||
console.log('获取所有标签', props)
|
||||
props.tags = getAllTags({ allPages: props.allPages, sliceCount: 0, tagOptions: props.tagOptions })
|
||||
delete props.tagOptions
|
||||
return {
|
||||
|
||||
Reference in New Issue
Block a user