Skip to content

Commit 30f1cef

Browse files
authored
docs: fix algolia search (#1636)
* fix: algolia appId * chore: update
1 parent 80a5603 commit 30f1cef

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/.vitepress/config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ export default defineConfig({
1818
docsBranch: 'main',
1919
editLinks: true,
2020
algolia: {
21+
appId: 'BH4D9OD16A',
2122
apiKey: 'ee1b8516c9e5a5be9b6c25684eafc42f',
2223
indexName: 'vue_test_utils',
2324
searchParameters: {

0 commit comments

Comments
 (0)