Skip to content

Commit c443acd

Browse files
committed
docs: local search and nav links (#2909)
1 parent ab00d24 commit c443acd

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

packages/docs/.vitepress/config/shared.ts

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -133,12 +133,11 @@ export const sharedConfig = defineConfig({
133133
},
134134

135135
search: {
136-
provider: 'algolia',
136+
provider: 'local',
137137
options: {
138-
appId: '69Y3N7LHI2',
139-
apiKey: '45441f4b65a2f80329fd45c7cb371fea',
140-
indexName: 'pinia',
141-
locales: { ...zhSearch },
138+
locales: {
139+
...zhSearch,
140+
},
142141
},
143142
},
144143

0 commit comments

Comments
 (0)