Skip to content

Commit 38b97e3

Browse files
committed
refactor: remove useless searchProvider from i18n config
1 parent 160b19f commit 38b97e3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

docs/.vitepress/config.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,6 @@ const vitePressSidebarConfigs = supportedLocales.map((lang) => ({
7777
const vitePressI18nConfig: VitePressI18nOptions = {
7878
// VitePress I18n config
7979
locales: ["en", "zhHans"],
80-
searchProvider: "local",
8180
themeConfig: {
8281
zhHans: {
8382
nav: [

0 commit comments

Comments
 (0)