Skip to content

Commit

Permalink
Temporarily disable contextualSearch in order to fix search
Browse files Browse the repository at this point in the history
  • Loading branch information
lhstrh committed Dec 15, 2023
1 parent 54340d0 commit a0e3839
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ const config: Config = {
// Public API key: it is safe to commit it
apiKey: '4c0c2881412ae05e0663742765d5a0d3',
indexName: 'lf-lang', //TODO: change this otherwise 404
contextualSearch: true,
contextualSearch: false,
}
} satisfies Preset.ThemeConfig,

Expand Down

0 comments on commit a0e3839

Please sign in to comment.