This commit is contained in:
tangly1024
2025-01-05 14:37:31 +08:00
parent 31f08266b2
commit 568a9238a2

View File

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