Add light mode back (#137)

This commit is contained in:
kaichao
2023-11-21 14:24:16 +01:00
committed by GitHub
parent 9cb8384779
commit 059eb293c1
+5
View File
@@ -196,6 +196,11 @@ const config = {
},
],
},
colorMode: {
defaultMode: "dark",
disableSwitch: false,
respectPrefersColorScheme: false,
},
},
markdown: {
mermaid: true,