Skip to content

Commit 032d56b

Browse files
author
Sylvain Pace
authored
feat: add DocSearch as recommended by vuepress (#1662)
1 parent ae498f9 commit 032d56b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Diff for: docs/.vuepress/config.js

+4
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@ module.exports = {
1919
serviceWorker: true,
2020
theme: 'vue',
2121
themeConfig: {
22+
algolia: {
23+
apiKey: '3462ea4a6a56b94eba5b01497d6eb627',
24+
indexName: 'vue-loader'
25+
},
2226
repo: 'vuejs/vue-loader',
2327
docsDir: 'docs',
2428
serviceWorker: {

0 commit comments

Comments
 (0)