Skip to content

Commit 53c5384

Browse files
Haroenveddyerburgh
authored andcommitted
docs: enable Algolia search (vuejs#939)
closes vuejs#920 fixes what was put in vuejs#938
1 parent b1ad1a1 commit 53c5384

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/.vuepress/config.js

+4-4
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@ module.exports = {
2323
},
2424
serviceWorker: true,
2525
theme: 'vue',
26-
algolia: {
27-
apiKey: 'ee1b8516c9e5a5be9b6c25684eafc42f',
28-
indexName: 'vue_test_utils'
29-
},
3026
themeConfig: {
27+
algolia: {
28+
apiKey: 'ee1b8516c9e5a5be9b6c25684eafc42f',
29+
indexName: 'vue_test_utils'
30+
},
3131
repo: 'vuejs/vue-test-utils',
3232
docsDir: 'docs',
3333
editLinks: true,

0 commit comments

Comments
 (0)