We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a81ef8a commit 68861f0Copy full SHA for 68861f0
packages/docs/docs/.vuepress/config.js
@@ -31,10 +31,10 @@ module.exports = ctx => ({
31
editLinks: true,
32
docsDir: 'packages/docs/docs',
33
// #697 Provided by the official algolia team.
34
- // algolia: ctx.isProd ? ({
35
- // apiKey: '3a539aab83105f01761a137c61004d85',
36
- // indexName: 'vuepress'
37
- // }) : null,
+ algolia: ctx.isProd ? ({
+ apiKey: '3a539aab83105f01761a137c61004d85',
+ indexName: 'vuepress'
+ }) : null,
38
locales: {
39
'/': {
40
label: 'English',
0 commit comments