From 31f83da42348e21aaf0af4ee85c777209f3d2f1e Mon Sep 17 00:00:00 2001 From: Taylor Downs Date: Fri, 23 Feb 2024 07:29:14 +0000 Subject: [PATCH] try new public Search API key --- docusaurus.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docusaurus.config.js b/docusaurus.config.js index ed7ffa063dd9..3c9ec9d2c7b0 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -20,7 +20,7 @@ module.exports = { themeConfig: { algolia: { appId: 'O729P2PJGT', - apiKey: '48a4a6832439f7e5b2f4e44c3c3aa51e', + apiKey: 'a929e9c0d8fb90f86a1f39f8b6f1816e', indexName: 'openfn', contextualSearch: true, },