Skip to content

Commit

Permalink
fix: search bar was not working (#647)
Browse files Browse the repository at this point in the history
I just changed a config setting, as described here:
https://discourse.algolia.com/t/algolia-searchbar-is-not-working-with-docusaurus-v2/14659

all of a sudden the search bar is working
  • Loading branch information
benkoshy authored Jul 31, 2023
1 parent a8005fb commit 877f779
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions website/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ module.exports = {
algolia: {
appId: "KBFWBJ5DPX",
apiKey: "31cb4225120fdce1d852b8566680e816",
contextualSearch: false,
indexName: "shrinerb"
}
}
Expand Down

0 comments on commit 877f779

Please sign in to comment.