Skip to content

Commit 79c6f9f

Browse files
authored
Merge pull request #135 from kareem-g/patch-1
Hiding Theme Switch Button
2 parents d1f2b76 + 788605d commit 79c6f9f

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
image: 'img/digiquip-social-card.jpg',
7979
colorMode: {
8080
defaultMode: 'light',
81-
disableSwitch: false,
81+
disableSwitch: true,
8282
respectPrefersColorScheme: false,
8383
},
8484
navbar: {

0 commit comments

Comments
 (0)