Skip to content

Commit d708ea3

Browse files
committed
build fix
1 parent 568a923 commit d708ea3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/search/[keyword]/page/[page].js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ export async function getStaticProps({ params: { keyword, page }, locale }) {
5252

5353
export async function getStaticPaths() {
5454
return {
55-
paths: [{ params: { keyword: BLOG.TITLE, page: '1' } }],
55+
paths: [{ params: { keyword: 'NotionNext', page: '1' } }],
5656
fallback: true
5757
}
5858
}

0 commit comments

Comments
 (0)