Skip to content

Commit 55c1cc8

Browse files
authored
DOCS-988 - Add useCookie Algolia flag to docusaurus config (#5602)
* Algolia - Add userCookie for userToken * DOCS-988 - Add useCookie Algolia flag to docusaurus config
1 parent e609b0d commit 55c1cc8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docusaurus.config.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -271,6 +271,10 @@ module.exports = {
271271
indexName: 'crawler_sumodocs',
272272
contextualSearch: false,
273273
insights: true,
274+
insightsConfig: {
275+
useCookie: true, // alt to useCookie: true,
276+
},
277+
useCookie: true, // alt to insightsConfig: {useCookie: true,},
274278
},
275279
prism: {
276280
theme: lightCodeTheme,

0 commit comments

Comments
 (0)