We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab00d24 commit c443acdCopy full SHA for c443acd
packages/docs/.vitepress/config/shared.ts
@@ -133,12 +133,11 @@ export const sharedConfig = defineConfig({
133
},
134
135
search: {
136
- provider: 'algolia',
+ provider: 'local',
137
options: {
138
- appId: '69Y3N7LHI2',
139
- apiKey: '45441f4b65a2f80329fd45c7cb371fea',
140
- indexName: 'pinia',
141
- locales: { ...zhSearch },
+ locales: {
+ ...zhSearch,
+ },
142
143
144
0 commit comments