mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-12-16 21:56:25 -05:00
chore: fix website search
This commit is contained in:
parent
e16c6383c8
commit
2465076b26
1 changed files with 1 additions and 4 deletions
|
@ -93,10 +93,7 @@ const siteConfig = {
|
|||
},
|
||||
algolia: {
|
||||
apiKey: 'a8b4d117e513cd8d71d6a95e3d9d4a91',
|
||||
indexName: 'verdaccio',
|
||||
algoliaOptions: {
|
||||
facetFilters: ['language:LANGUAGE', 'version:VERSION'],
|
||||
}
|
||||
indexName: 'verdaccio'
|
||||
},
|
||||
gaTrackingId: 'UA-2527438-21',
|
||||
twitter: true,
|
||||
|
|
Loading…
Reference in a new issue