From 007a096632ee6630afacc200b62d5676338edfb3 Mon Sep 17 00:00:00 2001 From: Andrey Nering Date: Fri, 10 Jun 2022 10:03:37 -0300 Subject: [PATCH] Website: Adjustment on Algolia Search --- docs/docusaurus.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docusaurus.config.js b/docs/docusaurus.config.js index 27f52cf2..58ccbe85 100644 --- a/docs/docusaurus.config.js +++ b/docs/docusaurus.config.js @@ -153,7 +153,7 @@ const config = { // NOTE(@andreynering): Don't worry, these keys are meant to be public =) algolia: { appId: '7IZIJ13AI7', - apiKey: '14bd976bed13965279eee2a4dbf5c8c6', + apiKey: '34b64ae4fc8d9da43d9a13d9710aaddc', indexName: 'taskfile' } }),