Skip to content

Commit ac0e6f5

Browse files
committed
disable dark mode
1 parent 4bfd405 commit ac0e6f5

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

site/docusaurus.config.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,11 @@ const config = {
5151
({
5252
// Replace with your project's social card
5353
image: 'img/social_image.jpg',
54+
colorMode: {
55+
defaultMode: 'light',
56+
disableSwitch: true,
57+
},
58+
5459
navbar: {
5560
title: '',
5661
logo: {

0 commit comments

Comments
 (0)