Skip to content
This repository was archived by the owner on Apr 23, 2025. It is now read-only.

Commit 184b1cf

Browse files
authored
Use read-only (search) API key for Algolia (#506)
1 parent 523cac3 commit 184b1cf

File tree

1 file changed

+1
-1
lines changed
  • src/@dvcorg/gatsby-theme-iterative/components/Documentation/Layout/SearchForm

1 file changed

+1
-1
lines changed

src/@dvcorg/gatsby-theme-iterative/components/Documentation/Layout/SearchForm/index.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { loadResource } from '@dvcorg/gatsby-theme-iterative/src/utils/front/res
44

55
import * as styles from '@dvcorg/gatsby-theme-iterative/src/components/Documentation/Layout/SearchForm/styles.module.css'
66

7-
const apiKey = '3e17d424c7a90fede27b848fb01c0dc2'
7+
const apiKey = 'f2d5e173aac8398863b419f48f8d7e12'
88
const appId = '1O03WAGL0D'
99
const indexName = 'cml'
1010

0 commit comments

Comments
 (0)