From 437d56dd6c407bdbc96819c15e7b72def0cb73d1 Mon Sep 17 00:00:00 2001 From: pengzhanbo Date: Thu, 16 Oct 2025 02:24:57 +0800 Subject: [PATCH] docs: update config --- docs/.vuepress/theme.ts | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/docs/.vuepress/theme.ts b/docs/.vuepress/theme.ts index 95acfa2e..8116869f 100644 --- a/docs/.vuepress/theme.ts +++ b/docs/.vuepress/theme.ts @@ -10,12 +10,7 @@ export const theme: Theme = plumeTheme({ changelog: { maxCount: 10 }, contributors: { mode: 'block' }, - search: { - provider: 'algolia', - appId: 'KRJOJ00KBL', - apiKey: '3f3b13613235873fbcbc9d304de18126', - indexName: 'pengzhanbo', - }, + search: { provider: 'local' }, codeHighlighter: { twoslash: true,