mirror of
https://github.com/verdaccio/verdaccio.git
synced 2025-01-27 22:59:51 -05:00
chore(website): enable algolia
This commit is contained in:
parent
2c6256dcd8
commit
dd48ba1947
1 changed files with 4 additions and 0 deletions
|
@ -43,6 +43,10 @@ const siteConfig = {
|
|||
// Highlight.js theme to use for syntax highlighting in code blocks
|
||||
theme: 'default',
|
||||
},
|
||||
algolia: {
|
||||
apiKey: 'a8b4d117e513cd8d71d6a95e3d9d4a91',
|
||||
indexName: 'verdaccio',
|
||||
},
|
||||
gaTrackingId: 'UA-2527438-21',
|
||||
twitter: true,
|
||||
scripts: ['https://buttons.github.io/buttons.js'],
|
||||
|
|
Loading…
Add table
Reference in a new issue