respect system color scheme

This commit is contained in:
Milo Schwartz 2025-01-12 21:50:48 -05:00
parent d3ccdc7b70
commit 3f5cbbfd41
No known key found for this signature in database

View file

@ -69,6 +69,11 @@ const config: Config = {
themeConfig: {
// Replace with your project's social card
image: "img/docusaurus-social-card.jpg",
colorMode: {
defaultMode: 'light',
disableSwitch: false,
respectPrefersColorScheme: true,
},
algolia: {
// The application ID provided by Algolia
appId: "CVXQS7OHYA",