From d3466932865bf642fb85307c2940db1e89dfbd6b Mon Sep 17 00:00:00 2001 From: Jan De Dobbeleer Date: Thu, 3 Feb 2022 11:55:07 +0100 Subject: [PATCH] chore: migrate algolia search --- docs/docusaurus.config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/docusaurus.config.js b/docs/docusaurus.config.js index 61adfb96..ce93d16d 100644 --- a/docs/docusaurus.config.js +++ b/docs/docusaurus.config.js @@ -108,8 +108,8 @@ module.exports = { instrumentationKey: "72804848-dc30-4856-8245-4fa1450b041f", }, algolia: { - appId: 'BH4D9OD16A', - apiKey: '539391a0be386508c6a80cb2bca8ebfe', + appId: 'XIR4RB3TM1', + apiKey: '15c5f4340520612ed98fe21d15882029', indexName: 'ohmyposh', }, },