build fix

This commit is contained in:
tangly1024
2025-01-05 14:41:01 +08:00
parent 568a9238a2
commit d708ea38fb

View File

@@ -52,7 +52,7 @@ export async function getStaticProps({ params: { keyword, page }, locale }) {
export async function getStaticPaths() {
return {
paths: [{ params: { keyword: BLOG.TITLE, page: '1' } }],
paths: [{ params: { keyword: 'NotionNext', page: '1' } }],
fallback: true
}
}