diff options
| author | Santo Cariotti <santo@dcariotti.me> | 2022-10-03 22:24:34 +0200 |
|---|---|---|
| committer | Santo Cariotti <santo@dcariotti.me> | 2022-10-03 22:24:34 +0200 |
| commit | 839b692bf605bfaae565b0d180c5da7a6d7f4d5c (patch) | |
| tree | be8d3ab65071acd5ca2f4a0fd09a56aebb7c7dc0 | |
| parent | 13bf10f9c83bdf14a637d7dc6ed5d959684c8d18 (diff) | |
Add preference to light
| -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", }, }; |