Skip to content

Commit

Permalink
Update sharedConfig.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
laolarou726 committed Jul 24, 2024
1 parent 14f8e08 commit 093fbbb
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions .vitepress/sharedConfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,18 +26,7 @@ export const sharedConfig = defineConfig({
],

search: {
provider: 'algolia',
options: {
appId: 'TR09SJHXWC',
apiKey: '4df6fda8f27b61a2ad20014fd8fd867c',
indexName: 'kb-corona',
locales: {
root: zhSearchBarLocale,
ruRU: ruSearchBarLocale,
zhTW: zhTWSearchBarLocale,
enUS: enUSSearchBarLocale
}
}
provider: 'local'
}
}
});

0 comments on commit 093fbbb

Please sign in to comment.