From 9df3b406fb811afd3742c5a8bd1e885cbe3a5c90 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Malfait?= Date: Mon, 27 May 2024 16:08:00 +0200 Subject: [PATCH] Fix search public api key (#5609) It was the wrong API key since we changed the index --- packages/twenty-docs/docusaurus.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/twenty-docs/docusaurus.config.js b/packages/twenty-docs/docusaurus.config.js index 0236d84ddf8d..0f9aaef17052 100644 --- a/packages/twenty-docs/docusaurus.config.js +++ b/packages/twenty-docs/docusaurus.config.js @@ -115,7 +115,7 @@ const config = { }, algolia: { appId: 'J2OX2P2QAO', - apiKey: 'e0a7a59c7862598a0cf87307c8ea97f2', + apiKey: 'e3de1c1c0b50bd5ea3ffa1ee7ea3f56d', indexName: 'twenty-developer-docs', // Optional: see doc section below