Skip to content

Commit 68861f0

Browse files
author
s-pace
committed
feat: renable search cc #697
1 parent a81ef8a commit 68861f0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

packages/docs/docs/.vuepress/config.js

+4-4
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,10 @@ module.exports = ctx => ({
3131
editLinks: true,
3232
docsDir: 'packages/docs/docs',
3333
// #697 Provided by the official algolia team.
34-
// algolia: ctx.isProd ? ({
35-
// apiKey: '3a539aab83105f01761a137c61004d85',
36-
// indexName: 'vuepress'
37-
// }) : null,
34+
algolia: ctx.isProd ? ({
35+
apiKey: '3a539aab83105f01761a137c61004d85',
36+
indexName: 'vuepress'
37+
}) : null,
3838
locales: {
3939
'/': {
4040
label: 'English',

0 commit comments

Comments
 (0)