feat: set appearance config to true to follow user's system color preferences

This commit is contained in:
Muhammad Rizki Darmawan 2024-10-28 16:15:17 +07:00 committed by nbats
parent 713830131f
commit 1b551f3fdc

View file

@ -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,