From e7ed7469e3ed026644a944e42ef3c1bde3e6f6fd Mon Sep 17 00:00:00 2001 From: Robbie Trencheny Date: Thu, 16 May 2019 23:40:42 -0700 Subject: [PATCH] Enable search --- website/siteConfig.js | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/website/siteConfig.js b/website/siteConfig.js index 79b41ae1..4f538768 100644 --- a/website/siteConfig.js +++ b/website/siteConfig.js @@ -1,3 +1,4 @@ + /** * Copyright (c) 2017-present, Facebook, Inc. * @@ -99,6 +100,12 @@ const siteConfig = { repoFrontendUrl: 'https://github.com/home-assistant/home-assistant-polymer', repoFrontendWebsite: 'https://github.com/home-assistant/home-assistant.io', repoDevWebsite: 'https://github.com/home-assistant/developers.home-assistant', + + algolia: { + apiKey: 'd0245452c36b10cec4b8b5bad04e06fc', + indexName: 'my-index-name', + algoliaOptions: {} + }, }; module.exports = siteConfig;