From a6ce65066f79b0f148a361cfe47ac681c19cf33e Mon Sep 17 00:00:00 2001 From: tangly1024 Date: Wed, 2 Mar 2022 16:03:11 +0800 Subject: [PATCH] build --- pages/search/[keyword].js | 1 - 1 file changed, 1 deletion(-) diff --git a/pages/search/[keyword].js b/pages/search/[keyword].js index 41b74654..c3bfaeff 100644 --- a/pages/search/[keyword].js +++ b/pages/search/[keyword].js @@ -2,7 +2,6 @@ import { getGlobalNotionData } from '@/lib/notion/getNotionData' import { LayoutSearch } from '@/themes' import BLOG from '@/blog.config' import { useGlobal } from '@/lib/global' -import { getDataFromCache } from '@/lib/cache/cache_manager' import { getPostBlocks } from '@/lib/notion/getPostBlocks' /**