From 2a23d5054acc503ee8334d889316c8f5a808b15a Mon Sep 17 00:00:00 2001 From: blam Date: Mon, 30 Jan 2023 22:40:45 +0100 Subject: [PATCH] chore: adjusting the site config as now we've got a new search Signed-off-by: blam --- microsite/siteConfig.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/microsite/siteConfig.js b/microsite/siteConfig.js index 68226b5681..5329ebb688 100644 --- a/microsite/siteConfig.js +++ b/microsite/siteConfig.js @@ -138,8 +138,9 @@ const siteConfig = { ], algolia: { - apiKey: '8d115c9875ba0f4feaee95bab55a1645', - indexName: 'backstage', + apiKey: '10b9e6c92a4513c1cf390f50e53aad1f', + indexName: 'backstage_io', + appId: 'JCMFNHCHI8', searchParameters: {}, // Optional (if provided by Algolia) }, };