mirror of
https://github.com/d0zingcat/NotionNext.git
synced 2026-05-30 07:26:45 +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() {
|
||||
return {
|
||||
paths: [{ params: { keyword: BLOG.TITLE, page: '1' } }],
|
||||
paths: [{ params: { keyword: 'NotionNext', page: '1' } }],
|
||||
fallback: true
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user