Browse Source

!! use better storage key name

Breaking as if old key exists it breaks as "auto" is not compatible with new "system"
pull/1250/head
Bernd Storath 9 months ago
parent
commit
ea9f134229
  1. 1
      src/nuxt.config.ts

1
src/nuxt.config.ts

@ -12,5 +12,6 @@ export default defineNuxtConfig({
preference: 'system',
fallback: 'light',
classSuffix: '',
storageKey: 'theme',
},
});

Loading…
Cancel
Save