Skip to content

Commit

Permalink
build
Browse files Browse the repository at this point in the history
  • Loading branch information
tangly1024 committed Jan 5, 2025
1 parent 31f0826 commit 568a923
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/search/[keyword]/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
}
Expand Down

0 comments on commit 568a923

Please sign in to comment.