Skip to content

Commit c3711af

Browse files
committed
enabled algolia search
1 parent 391209d commit c3711af

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

website/docs/.vuepress/config.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,10 +56,10 @@ module.exports = {
5656
editLinks: true,
5757
editLinkText: 'Help improve this page!',
5858
lastUpdated: 'Last Updated',
59-
/*algolia: {
60-
apiKey: 'XXX',
61-
indexName: 'vuegridlayout'
62-
}*/
59+
algolia: {
60+
apiKey: '2f143d1edd24605564065dd02bf0a22b',
61+
indexName: 'vue_grid_layout'
62+
}
6363
},
6464
plugins: [
6565
'@vuepress/back-to-top',

0 commit comments

Comments
 (0)