From 8257c1404704be1a88989240f6763ccf6097627f Mon Sep 17 00:00:00 2001 From: Felix Boehm <188768+fb55@users.noreply.github.com> Date: Fri, 5 Jan 2024 12:55:12 +0000 Subject: [PATCH] chore(website): Try alternative index name --- website/docusaurus.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docusaurus.config.js b/website/docusaurus.config.js index aea688d73b..afef93aa86 100644 --- a/website/docusaurus.config.js +++ b/website/docusaurus.config.js @@ -154,7 +154,7 @@ const config = { algolia: { appId: 'NRR2XU4QSP', apiKey: '40f62d369f1e54db758fbc13076de406', - indexName: 'cheerio', + indexName: 'crawler_cheerio', }, }),