add light mode back

This commit is contained in:
kaichaosun 2023-11-21 10:13:05 +08:00 committed by LordGhostX
parent 7a975c8045
commit b2efbbdd8d
No known key found for this signature in database
GPG Key ID: 520CC5DC4F94FCC7

View File

@ -196,6 +196,11 @@ const config = {
},
],
},
colorMode: {
defaultMode: "light",
disableSwitch: false,
respectPrefersColorScheme: false,
},
},
markdown: {
mermaid: true,