Add light mode back (#137)

This commit is contained in:
kaichao 2023-11-21 21:24:16 +08:00 committed by GitHub
parent 9cb8384779
commit 059eb293c1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

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