Skip to content

Commit 96c4d79

Browse files
committed
disable dark node switch - issue #31
1 parent 98ca121 commit 96c4d79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docusaurus.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ module.exports = {
110110
colorMode: {
111111
// Hides the switch in the navbar
112112
// Useful if you want to support a single color mode
113-
disableSwitch: false,
113+
disableSwitch: true,
114114
},
115115
announcementBar: {
116116
id: 'redisconf20201cfp', // Any value that will identify this message.

0 commit comments

Comments
 (0)