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:
parent
b315d4e113
commit
0fb5d31596
1 changed files with 2 additions and 1 deletions
|
@ -61,7 +61,8 @@ module.exports = {
|
|||
},
|
||||
algolia: {
|
||||
apiKey: 'a8b4d117e513cd8d71d6a95e3d9d4a91',
|
||||
indexName: 'verdaccio'
|
||||
indexName: 'verdaccio',
|
||||
contextualSearch: true
|
||||
},
|
||||
googleAnalytics: isProductionDeployment ? {
|
||||
trackingID: 'UA-2527438-21'
|
||||
|
|
Loading…
Reference in a new issue