diff --git a/website/siteConfig.js b/website/siteConfig.js index e4b62cc32..2973ad4b4 100644 --- a/website/siteConfig.js +++ b/website/siteConfig.js @@ -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'],