turn off contextual search

This commit is contained in:
aleabodo 2024-07-21 08:40:44 +02:00
parent de660c5054
commit 482a68af73

View File

@ -67,7 +67,7 @@ const config = {
indexName: 'survival-pi',
// Optional: see doc section below
contextualSearch: true,
contextualSearch: false,
// Optional: Specify domains where the navigation should occur through window.location instead on history.push. Useful when our Algolia config crawls multiple documentation sites and we want to navigate with window.location.href to them.
//externalUrlRegex: 'external\\.com|domain\\.com',