We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0b421d commit e8964f6Copy full SHA for e8964f6
website/src/theme/DocSidebar/index.js
@@ -3,7 +3,7 @@ import { useColorMode } from '@docusaurus/theme-common';
3
import OriginalDocSidebar from '@theme-original/DocSidebar';
4
import Cookies from 'js-cookie';
5
6
-const COOKIE_NAME = 'bwndw_fallback_cached';
+const COOKIE_NAME = 'bwndw_cached_use_fallback';
7
const COOKIE_DURATION = 28; // days (4 weeks)
8
9
function saveUseFallback(value) {
0 commit comments