diff options
Diffstat (limited to 'nuxt.config.js')
-rw-r--r-- | nuxt.config.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nuxt.config.js b/nuxt.config.js index 4bfde7a..3d29992 100644 --- a/nuxt.config.js +++ b/nuxt.config.js @@ -59,6 +59,7 @@ export default { }, colorMode: { + preference: "light", fallback: "light", }, }; |