Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
  • Loading branch information
royrusso committed Apr 23, 2024
1 parent 21f4420 commit a83e56a
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -82,11 +82,12 @@ const config = {
themeConfig:
/** @type {import('@docusaurus/preset-classic').ThemeConfig} */
({
defaultMode: "dark",
colorMode: {
respectPrefersColorScheme: true,
defaultMode: "dark",
disableSwitch: true,
respectPrefersColorScheme: false,
},
disableSwitch: true,

//
// image: "img/docusaurus-social-card.jpg",
navbar: {
Expand Down

0 comments on commit a83e56a

Please sign in to comment.