mirror of
https://github.com/d0zingcat/NotionNext.git
synced 2026-06-08 07:26:47 +00:00
build fix
This commit is contained in:
@@ -52,7 +52,7 @@ export async function getStaticProps({ params: { keyword, page }, locale }) {
|
|||||||
|
|
||||||
export async function getStaticPaths() {
|
export async function getStaticPaths() {
|
||||||
return {
|
return {
|
||||||
paths: [{ params: { keyword: BLOG.TITLE, page: '1' } }],
|
paths: [{ params: { keyword: 'NotionNext', page: '1' } }],
|
||||||
fallback: true
|
fallback: true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user