From 53ed9c13fa895aa9a82c86b555222b2ced2cefcb Mon Sep 17 00:00:00 2001 From: Helio Machado <0x2b3bfa0+git@googlemail.com> Date: Wed, 16 Oct 2024 22:52:31 +0200 Subject: [PATCH] Use read-only (search) API key for Algolia --- .../components/Documentation/Layout/SearchForm/index.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/@dvcorg/gatsby-theme-iterative/components/Documentation/Layout/SearchForm/index.tsx b/src/@dvcorg/gatsby-theme-iterative/components/Documentation/Layout/SearchForm/index.tsx index 254e52fb..9cffc838 100644 --- a/src/@dvcorg/gatsby-theme-iterative/components/Documentation/Layout/SearchForm/index.tsx +++ b/src/@dvcorg/gatsby-theme-iterative/components/Documentation/Layout/SearchForm/index.tsx @@ -27,7 +27,7 @@ const SearchForm: React.FC = props => { if (window.docsearch) { window.docsearch({ appId: 'MY83GIY4K1', - apiKey: '4c0d424a60409151bc9d711068cfedfe', + apiKey: '921d1a6ecfeee885b3faea51f0542478', indexName: 'mlemai_doc', inputSelector: '#doc-search', debug: false // Set to `true` if you want to inspect the dropdown @@ -38,7 +38,7 @@ const SearchForm: React.FC = props => { } else { window.docsearch({ appId: 'MY83GIY4K1', - apiKey: '4c0d424a60409151bc9d711068cfedfe', + apiKey: '921d1a6ecfeee885b3faea51f0542478', indexName: 'mlemai_doc', inputSelector: '#doc-search', debug: false // Set to `true` if you want to inspect the dropdown