Skip to content

Commit

Permalink
Update docusaurus.config.js
Browse files Browse the repository at this point in the history
Signed-off-by: 0xbentobyte <[email protected]>
  • Loading branch information
0xbentobyte authored Sep 22, 2024
1 parent 0405c77 commit 6aca418
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -96,11 +96,15 @@ const config = {
},
],
},

prism: {
theme: lightCodeTheme,
darkTheme: darkCodeTheme,
colorMode: {
defaultMode: 'dark',
disableSwitch: true,
respectPrefersColorScheme: false,
},
// prism: {
// theme: lightCodeTheme,
// darkTheme: darkCodeTheme,
// },
}),
};

Expand Down

0 comments on commit 6aca418

Please sign in to comment.