Skip to content

Commit dd9dab7

Browse files
committed
fix: Invalid value for default color mode
1 parent 9036cba commit dd9dab7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docusaurus.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ const config = {
7878
// Replace with your project's social card
7979
image: 'img/docusaurus-social-card.jpg',
8080
colorMode: {
81-
defaultMode: null, // Default to user's system preference
81+
// defaultMode: 'dark', // Default to user's system preference
8282
disableSwitch: false,
8383
respectPrefersColorScheme: true,
8484
},

0 commit comments

Comments
 (0)