Skip to content

Commit a0e3839

Browse files
committed
Temporarily disable contextualSearch in order to fix search
1 parent 54340d0 commit a0e3839

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docusaurus.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ const config: Config = {
131131
// Public API key: it is safe to commit it
132132
apiKey: '4c0c2881412ae05e0663742765d5a0d3',
133133
indexName: 'lf-lang', //TODO: change this otherwise 404
134-
contextualSearch: true,
134+
contextualSearch: false,
135135
}
136136
} satisfies Preset.ThemeConfig,
137137

0 commit comments

Comments
 (0)