0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2024-12-16 21:56:25 -05:00

fix: add contextualSearch to Algolia Search (#2356)

This commit is contained in:
Sergio Moreno 2021-07-28 14:02:39 +02:00 committed by GitHub
parent b315d4e113
commit 0fb5d31596
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -61,7 +61,8 @@ module.exports = {
},
algolia: {
apiKey: 'a8b4d117e513cd8d71d6a95e3d9d4a91',
indexName: 'verdaccio'
indexName: 'verdaccio',
contextualSearch: true
},
googleAnalytics: isProductionDeployment ? {
trackingID: 'UA-2527438-21'