diff options
author | Nikita Tchayka <nikitatchayka@gmail.com> | 2023-08-30 22:43:39 +0100 |
---|---|---|
committer | Nikita Tchayka <nikitatchayka@gmail.com> | 2023-08-30 22:43:39 +0100 |
commit | 1e799ed23f623d062eae47ab7c263b729ea02c2a (patch) | |
tree | 22413ef95dbdca86a354fadc05469ec05fbd747f /docusaurus.config.js | |
parent | 6001682645bbfb52ffb19156e4d2598c8c075b85 (diff) | |
download | neohaskell.github.io-1e799ed23f623d062eae47ab7c263b729ea02c2a.tar.gz neohaskell.github.io-1e799ed23f623d062eae47ab7c263b729ea02c2a.tar.bz2 neohaskell.github.io-1e799ed23f623d062eae47ab7c263b729ea02c2a.zip |
Responsive
Diffstat (limited to 'docusaurus.config.js')
-rw-r--r-- | docusaurus.config.js | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docusaurus.config.js b/docusaurus.config.js index 4bb2677..4130b6a 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -77,6 +77,11 @@ const config = { ({ // Replace with your project's social card image: "img/docusaurus-social-card.jpg", + colorMode: { + defaultMode: "light", + disableSwitch: true, + respectPrefersColorScheme: false, + }, navbar: { title: "NeoHaskell", logo: { |