Skip to content
This repository has been archived by the owner on Oct 16, 2024. It is now read-only.

Commit

Permalink
Use read-only (search) API key for Algolia
Browse files Browse the repository at this point in the history
  • Loading branch information
0x2b3bfa0 authored Oct 16, 2024
1 parent 04c1977 commit 53ed9c1
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 53ed9c1

Please sign in to comment.