feat: remove dark mode
This commit is contained in:
parent
80df33672b
commit
eeb2386efc
|
@ -7,5 +7,8 @@ export default defineNuxtConfig({
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
modules: ['@nuxt/ui', '@unocss/nuxt', '@nuxt/eslint'],
|
modules: ['@nuxt/ui', '@unocss/nuxt', '@nuxt/eslint'],
|
||||||
|
colorMode: {
|
||||||
|
preference: 'light',
|
||||||
|
},
|
||||||
compatibilityDate: '2024-07-30',
|
compatibilityDate: '2024-07-30',
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in New Issue