Skip to content

Commit

Permalink
fix: add contextualSearch to Algolia Search (verdaccio#2356)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergio Moreno authored Jul 28, 2021
1 parent b315d4e commit 0fb5d31
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion website/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,8 @@ module.exports = {
},
algolia: {
apiKey: 'a8b4d117e513cd8d71d6a95e3d9d4a91',
indexName: 'verdaccio'
indexName: 'verdaccio',
contextualSearch: true
},
googleAnalytics: isProductionDeployment ? {
trackingID: 'UA-2527438-21'
Expand Down

0 comments on commit 0fb5d31

Please sign in to comment.