mirror of
https://github.com/fmhy/edit.git
synced 2025-07-31 08:12:23 +10:00
feat: set appearance config to true to follow user's system color preferences
This commit is contained in:
parent
713830131f
commit
1b551f3fdc
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue