Skip to content

Commit 54463ce

Browse files
committed
feat(docs): switch from local to algolia search
1 parent c2e6390 commit 54463ce

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

Diff for: docs/.vitepress/config.ts

+8-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,14 @@ export default defineConfig({
6363
{ icon: "npm", link: "https://www.npmjs.com/package/vue3-select-component" },
6464
],
6565

66-
search: { provider: "local" },
66+
search: {
67+
provider: "algolia",
68+
options: {
69+
appId: "ZOB728VULQ",
70+
apiKey: "0ef0bfc5f328b473061642ab4c730a3b",
71+
indexName: "vue3-select-component",
72+
},
73+
},
6774

6875
outline: "deep",
6976
},

0 commit comments

Comments
 (0)