From 5f29311f2ee16155509f74f3186357afd419cac6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kacper=20Kapu=C5=9Bciak?= <39658211+kacperkapusciak@users.noreply.github.com> Date: Mon, 7 Nov 2022 09:11:03 +0100 Subject: [PATCH] Provide proper Algolia Search API key (#2308) ## Description Algolia Search isn't working in the React Native Gesture Handler documentation due to a mismatched Search API key. --- 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 92752de599..a2d8d5584b 100644 --- a/docs/docusaurus.config.js +++ b/docs/docusaurus.config.js @@ -83,7 +83,7 @@ module.exports = { themeConfig: { algolia: { appId: 'BKGDKVWG6F', - apiKey: 'd738e28e9c67a26dd7933b011fe2b9e4', + apiKey: '742696612cb124b06465cf68bce6ec92', indexName: 'react-native-gesture-handler', // contextualSearch: true, // doesn't work for some reason },