Skip to content

Commit

Permalink
this should actually fix it, I think
Browse files Browse the repository at this point in the history
  • Loading branch information
avafloww committed Jun 17, 2023
1 parent c55b415 commit 5c9f8bd
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions docs/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -95,9 +95,11 @@ const config = {
theme: lightCodeTheme,
darkTheme: darkCodeTheme,
},
defaultMode: 'dark',
disableSwitch: false,
respectPrefersColorScheme: false,
colorMode: {
defaultMode: 'dark',
disableSwitch: false,
respectPrefersColorScheme: false,
}
}),
};

Expand Down

0 comments on commit 5c9f8bd

Please sign in to comment.