From 839b692bf605bfaae565b0d180c5da7a6d7f4d5c Mon Sep 17 00:00:00 2001 From: Santo Cariotti Date: Mon, 3 Oct 2022 22:24:34 +0200 Subject: Add preference to light --- nuxt.config.js | 1 + 1 file changed, 1 insertion(+) (limited to 'nuxt.config.js') 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", }, }; -- cgit v1.2.3-18-g5258