Skip to content

Commit d3af258

Browse files
committed
DOCS-988 - Add useCookie Algolia flag to docusaurus config
1 parent 26f315f commit d3af258

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docusaurus.config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -272,9 +272,9 @@ module.exports = {
272272
contextualSearch: false,
273273
insights: true,
274274
insightsConfig: {
275-
useCookie: true, // writes the _ALGOLIA cookie // cookieDuration: 15552000000, // 6 months – optional
275+
useCookie: true, // alt to useCookie: true,
276276
},
277-
// or is the config just useCookie: true, ?
277+
useCookie: true, // alt to insightsConfig: {useCookie: true,},
278278
},
279279
prism: {
280280
theme: lightCodeTheme,

0 commit comments

Comments
 (0)