Skip to content

Commit 5996fbd

Browse files
authored
Merge pull request #28 from input-output-hk/algolia-search
algolia search config
2 parents f13c9ad + bfcbef4 commit 5996fbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ const config = {
3030
links: [{ text: '', link: '' }],
3131
search: {
3232
enabled: true,
33-
indexName: 'test_cardano-docs',
33+
indexName: 'cardano_docs',
3434
algoliaAppId: process.env.GATSBY_ALGOLIA_APP_ID,
3535
algoliaSearchKey: process.env.GATSBY_ALGOLIA_SEARCH_KEY,
3636
algoliaAdminKey: process.env.ALGOLIA_ADMIN_KEY,

0 commit comments

Comments
 (0)