Skip to content

Commit eeb52d8

Browse files
committed
website: update default theme
1 parent 9a74913 commit eeb52d8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

apps/website/docusaurus.config.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,9 @@ const config: Config = {
3535
],
3636
],
3737
themeConfig: {
38-
image: 'img/docusaurus-social-card.jpg',
38+
colorMode: {
39+
defaultMode: 'dark',
40+
},
3941
navbar: {
4042
title: 'CommandKit',
4143
logo: {

0 commit comments

Comments
 (0)