Skip to content

Commit dabb2aa

Browse files
authored
feat: enable algolia contextual search (feature-sliced#635)
1 parent bbd2db9 commit dabb2aa

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

config/docusaurus/extensions.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -134,9 +134,7 @@ const algolia = {
134134
appId: process.env.ALGOLIA_ID,
135135
apiKey: process.env.ALGOLIA_KEY,
136136
indexName: "feature-sliced",
137-
// FIXME: При включении отрубает поиск (исправить поздней)
138-
// Для поиска с учетом версий (на будущее)
139-
contextualSearch: false,
137+
contextualSearch: true,
140138
};
141139

142140
module.exports = { presets, plugins, algolia, metrics };

0 commit comments

Comments
 (0)