diff --git a/theme.config.jsx b/theme.config.jsx index 9d82c28..0b95c3c 100644 --- a/theme.config.jsx +++ b/theme.config.jsx @@ -2,11 +2,12 @@ export default { logo: , primaryHue: { dark: 215, light: 215 }, primarySaturation: { dark: 50, light: 50 }, - theme: { + theme: 'light', + darkMode: false, + nextThemes: { defaultTheme: 'light', - themes: ['light'], + forcedTheme: 'light', }, - darkMode: false, i18n: [ { locale: 'en-US', text: 'English' }, { locale: 'de-DE', text: 'Deutsch' },