Skip to content

Commit

Permalink
docs: fix algolia search (#1636)
Browse files Browse the repository at this point in the history
* fix: algolia appId

* chore: update
  • Loading branch information
okxiaoliang4 committed Jul 1, 2022
1 parent 80a5603 commit 30f1cef
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/.vitepress/config.ts
Expand Up @@ -18,6 +18,7 @@ export default defineConfig({
docsBranch: 'main',
editLinks: true,
algolia: {
appId: 'BH4D9OD16A',
apiKey: 'ee1b8516c9e5a5be9b6c25684eafc42f',
indexName: 'vue_test_utils',
searchParameters: {
Expand Down

0 comments on commit 30f1cef

Please sign in to comment.