From ea9f13422957113fc5ce9c865c6049e59db64695 Mon Sep 17 00:00:00 2001 From: Bernd Storath <999999bst@gmail.com> Date: Wed, 7 Aug 2024 13:31:43 +0200 Subject: [PATCH] !! use better storage key name Breaking as if old key exists it breaks as "auto" is not compatible with new "system" --- src/nuxt.config.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/nuxt.config.ts b/src/nuxt.config.ts index 711d272b..6756f662 100644 --- a/src/nuxt.config.ts +++ b/src/nuxt.config.ts @@ -12,5 +12,6 @@ export default defineNuxtConfig({ preference: 'system', fallback: 'light', classSuffix: '', + storageKey: 'theme', }, });