From 6d4d294bf6b43b29f4befde1797462fb432501d6 Mon Sep 17 00:00:00 2001 From: "Matt, Park" <45252226+mattverse@users.noreply.github.com> Date: Mon, 25 Nov 2024 18:49:41 -0500 Subject: [PATCH] feat: change algolia api (#281) --- docusaurus.config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docusaurus.config.js b/docusaurus.config.js index e46dee6fd..1e158d80a 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -252,8 +252,8 @@ const config = { playgroundPosition: 'bottom', }, algolia: { - appId: '2CBDVP21VK', - apiKey: 'd983fd8603756b134758592e0334d240', + appId: 'O18C1RUI3F', + apiKey: '7e6702351d8d0157591e9c8d417f47dd', indexName: 'Docs', contextualSearch: true, searchParameters: {},