We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 568a923 commit d708ea3Copy full SHA for d708ea3
pages/search/[keyword]/page/[page].js
@@ -52,7 +52,7 @@ export async function getStaticProps({ params: { keyword, page }, locale }) {
52
53
export async function getStaticPaths() {
54
return {
55
- paths: [{ params: { keyword: BLOG.TITLE, page: '1' } }],
+ paths: [{ params: { keyword: 'NotionNext', page: '1' } }],
56
fallback: true
57
}
58
0 commit comments