From 568a9238a27a1a1d249ad865831290a400b40ebd Mon Sep 17 00:00:00 2001 From: tangly1024 Date: Sun, 5 Jan 2025 14:37:31 +0800 Subject: [PATCH] build --- pages/search/[keyword]/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/search/[keyword]/index.js b/pages/search/[keyword]/index.js index 5985d7f8..b62ef8a9 100644 --- a/pages/search/[keyword]/index.js +++ b/pages/search/[keyword]/index.js @@ -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 } }