chore(website): enable algolia

This commit is contained in:
Juan Picado @jotadeveloper 2018-01-22 20:29:34 +01:00
parent 2c6256dcd8
commit dd48ba1947
No known key found for this signature in database
GPG Key ID: 18AC54485952D158
1 changed files with 4 additions and 0 deletions

View File

@ -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'],