Skip to content

Commit 416c5a1

Browse files
authored
Merge pull request #66 from UMLCloudComputing/fix/Fix-colormode-artifiacts-on-init-launch
fix: Fix mish mash colormode on init launch
2 parents eb07c8c + ec2ea2d commit 416c5a1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docusaurus.config.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,8 @@ const config = {
9797
// Replace with your project's social card
9898
image: 'img/logo_icon.png',
9999
colorMode: {
100+
defaultMode: 'light',
101+
disableSwitch: false,
100102
respectPrefersColorScheme: true,
101103
},
102104
navbar: {

0 commit comments

Comments
 (0)