feat: remove dark mode

This commit is contained in:
Константин Уколов 2024-09-02 02:14:08 +03:00
parent 80df33672b
commit eeb2386efc
1 changed files with 3 additions and 0 deletions

View File

@ -7,5 +7,8 @@ export default defineNuxtConfig({
},
},
modules: ['@nuxt/ui', '@unocss/nuxt', '@nuxt/eslint'],
colorMode: {
preference: 'light',
},
compatibilityDate: '2024-07-30',
})