mirror of
https://github.com/verdaccio/verdaccio.git
synced 2025-01-20 22:52:46 -05:00
fix: add contextualSearch to Algolia Search (#2356)
This commit is contained in:
parent
b315d4e113
commit
0fb5d31596
1 changed files with 2 additions and 1 deletions
|
@ -61,7 +61,8 @@ module.exports = {
|
||||||
},
|
},
|
||||||
algolia: {
|
algolia: {
|
||||||
apiKey: 'a8b4d117e513cd8d71d6a95e3d9d4a91',
|
apiKey: 'a8b4d117e513cd8d71d6a95e3d9d4a91',
|
||||||
indexName: 'verdaccio'
|
indexName: 'verdaccio',
|
||||||
|
contextualSearch: true
|
||||||
},
|
},
|
||||||
googleAnalytics: isProductionDeployment ? {
|
googleAnalytics: isProductionDeployment ? {
|
||||||
trackingID: 'UA-2527438-21'
|
trackingID: 'UA-2527438-21'
|
||||||
|
|
Loading…
Add table
Reference in a new issue