From dd48ba1947c21155e7400ad87d55daa6d14456df Mon Sep 17 00:00:00 2001 From: "Juan Picado @jotadeveloper" Date: Mon, 22 Jan 2018 20:29:34 +0100 Subject: [PATCH] chore(website): enable algolia --- website/siteConfig.js | 4 ++++ 1 file changed, 4 insertions(+) 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'],