Skip to content

Commit 9ed5ded

Browse files
authored
Website: fix index name in search (#1634)
While id and api key are fine now, the index name changed too and this should be fixed by this PR now. If this works, after merging this we should also bump the `release` branch
2 parents 1ffe7c6 + c9c5baa commit 9ed5ded

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/docusaurus.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ const config = {
276276
algolia: {
277277
appId: "OF3CR7K89X",
278278
apiKey: "09b2fc0200d06fb433a5f4ced7c9d427",
279-
indexName: "hydra-family",
279+
indexName: "hydra",
280280
searchPagePath: "search",
281281
contextualSearch: true,
282282
},

0 commit comments

Comments
 (0)