Fix algolia searchbar (#884)

This commit is contained in:
Jamil
2022-08-01 20:36:33 -07:00
committed by GitHub
parent 01fa25548e
commit 34902052eb

View File

@@ -159,7 +159,9 @@ const config = {
indexName: "firezone",
// Optional: see doc section below
contextualSearch: true,
// Requires more configuration and setup to work, so disabling. See
// https://discourse.algolia.com/t/algolia-searchbar-is-not-working-with-docusaurus-v2/14659/2
contextualSearch: false,
// Optional: path for search page that enabled by default (`false` to disable it)
searchPagePath: "search",