Skip to content

Commit cdd1d05

Browse files
authored
Merge pull request lf-lang#205 from axmmisaka/contextualsearch
Re-enable contextual search
2 parents e49d74b + fddd313 commit cdd1d05

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docusaurus.config.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,8 +130,8 @@ const config: Config = {
130130
appId: 'U5IWIJW31Z',
131131
// Public API key: it is safe to commit it
132132
apiKey: '4c0c2881412ae05e0663742765d5a0d3',
133-
indexName: 'lf-lang', //TODO: change this otherwise 404
134-
contextualSearch: false,
133+
indexName: 'lf-lang',
134+
contextualSearch: true,
135135
}
136136
} satisfies Preset.ThemeConfig,
137137

0 commit comments

Comments
 (0)