Skip to content

Commit

Permalink
Merge pull request #1832 from s-pace/feat/search
Browse files Browse the repository at this point in the history
feat: reenable search
  • Loading branch information
fgiraud authored Sep 6, 2019
2 parents b47ea64 + 68861f0 commit 712deac
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packages/docs/docs/.vuepress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 712deac

Please sign in to comment.