diff --git a/next.config.js b/next.config.js index 1aaf117c..640101c7 100644 --- a/next.config.js +++ b/next.config.js @@ -36,12 +36,6 @@ module.exports = withBundleAnalyzer( }, ] }, - compiler: { - // see https://styled-components.com/docs/tooling#babel-plugin for more info on the options. - styledComponents: { - ssr: true, - }, - }, i18n: { locales: getSupportedLanguages(), defaultLocale: DEFAULT_LOCALE,