NEXT主题-fontawesome改成引用CDN

This commit is contained in:
tangly1024
2022-02-26 21:23:59 +08:00
parent bebde04f15
commit 20cb91c577
42 changed files with 215 additions and 274 deletions

View File

@@ -26,7 +26,7 @@ export async function getStaticProps () {
latestPosts
} = await getGlobalNotionData({
from,
includePage: true
pageType: ['Page']
})
const post = allPosts.find(p => p.slug === 'about')