Skip to content

Commit

Permalink
Website: fix index name in search (#1634)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
ch1bo authored Sep 16, 2024
2 parents 1ffe7c6 + c9c5baa commit 9ed5ded
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ const config = {
algolia: {
appId: "OF3CR7K89X",
apiKey: "09b2fc0200d06fb433a5f4ced7c9d427",
indexName: "hydra-family",
indexName: "hydra",
searchPagePath: "search",
contextualSearch: true,
},
Expand Down

0 comments on commit 9ed5ded

Please sign in to comment.