mirror of
https://github.com/d0zingcat/NotionNext.git
synced 2026-05-19 15:09:36 +00:00
build
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user