修复标签页归档数

This commit is contained in:
tangly1024
2022-01-27 10:07:08 +08:00
parent 158334ecd5
commit 1e156543d4

View File

@@ -15,7 +15,7 @@ export async function getStaticProps () {
latestPosts
} = await getGlobalNotionData({
from,
includePage: true,
includePage: false,
tagsCount: 0
})