From 1cb639631dab59b8a301f1e256d2f76bd52addd2 Mon Sep 17 00:00:00 2001 From: josh crites Date: Tue, 27 Feb 2024 11:48:10 -0500 Subject: [PATCH] fix(yp): Update search API key (#4800) Update api key for algolia search --- yellow-paper/docusaurus.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yellow-paper/docusaurus.config.js b/yellow-paper/docusaurus.config.js index 2672c97dc44..550b39ee385 100644 --- a/yellow-paper/docusaurus.config.js +++ b/yellow-paper/docusaurus.config.js @@ -87,7 +87,7 @@ const config = { ({ algolia: { appId: "6RXKCCZJK7", - apiKey: "d0dc44e75dba0e82247eea041300ae4b", + apiKey: "aa09855dba35e5b48be3a126d7714170", indexName: "yp-aztec", }, navbar: {