Fix dark mode

This commit is contained in:
Julien Nahum 2024-03-29 14:50:55 +01:00
parent 3420216205
commit a595972c88
1 changed files with 5 additions and 0 deletions

View File

@ -61,6 +61,11 @@ export default defineNuxtConfig({
}),
],
},
colorMode: {
preference: 'light',
fallback: 'light',
classPrefix: '',
},
sitemap,
runtimeConfig
})