Skip to content

Commit

Permalink
enable color mode toggle (#585)
Browse files Browse the repository at this point in the history
  • Loading branch information
baskaryan authored Dec 12, 2024
1 parent 15b1e47 commit a1bfb0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ const config = {
/** @type {import('@docusaurus/preset-classic').ThemeConfig} */
({
colorMode: {
disableSwitch: true,
disableSwitch: false,
respectPrefersColorScheme: true,
},
prism: {
Expand Down

0 comments on commit a1bfb0f

Please sign in to comment.