From 68861f026ab56ae12fdf8e1d4d5e84c6c5b00f31 Mon Sep 17 00:00:00 2001 From: s-pace Date: Tue, 3 Sep 2019 10:24:58 +0200 Subject: [PATCH] feat: renable search cc #697 --- packages/docs/docs/.vuepress/config.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/packages/docs/docs/.vuepress/config.js b/packages/docs/docs/.vuepress/config.js index 63158b8e30..8e03d8a316 100755 --- a/packages/docs/docs/.vuepress/config.js +++ b/packages/docs/docs/.vuepress/config.js @@ -31,10 +31,10 @@ module.exports = ctx => ({ editLinks: true, docsDir: 'packages/docs/docs', // #697 Provided by the official algolia team. - // algolia: ctx.isProd ? ({ - // apiKey: '3a539aab83105f01761a137c61004d85', - // indexName: 'vuepress' - // }) : null, + algolia: ctx.isProd ? ({ + apiKey: '3a539aab83105f01761a137c61004d85', + indexName: 'vuepress' + }) : null, locales: { '/': { label: 'English',