From 6a2ff402794c491553eb870fc7117c7abbb1922d Mon Sep 17 00:00:00 2001 From: Quinn Date: Tue, 23 Aug 2022 08:59:52 -0400 Subject: [PATCH] Replace algolia app They ended up giving us premium for free (I think: the dashboard is pretty bad so it's hard to tell), so I'm replacing the algolia app with another one. --- packages/website/docusaurus.config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/website/docusaurus.config.js b/packages/website/docusaurus.config.js index 3949e98b..1f712dab 100644 --- a/packages/website/docusaurus.config.js +++ b/packages/website/docusaurus.config.js @@ -54,10 +54,10 @@ const config = { ({ algolia: { // The application ID provided by Algolia - appId: "NEUN2KAR5K", + appId: "KBED3M1CMD", // Public API key: it is safe to commit it - apiKey: "1f5c74a2d72799add24eb7682531a1b0", + apiKey: "c61bc7603893cf287ed6971983af8bad", indexName: "squiggle_docs",