mirror of
https://github.com/fmhy/edit.git
synced 2026-01-11 10:56:16 +00:00
feat: set appearance config to true to follow user's system color preferences
This commit is contained in:
committed by
nbats
parent
713830131f
commit
1b551f3fdc
@@ -30,7 +30,7 @@ export default defineConfig({
|
||||
lang: 'en-US',
|
||||
lastUpdated: false,
|
||||
cleanUrls: true,
|
||||
appearance: 'dark',
|
||||
appearance: true,
|
||||
base: baseUrl,
|
||||
srcExclude: ['README.md', 'single-page'],
|
||||
ignoreDeadLinks: true,
|
||||
|
||||
Reference in New Issue
Block a user