From ee697ee42cacc49c416934a34f3ca75b15928ea9 Mon Sep 17 00:00:00 2001 From: majakomel Date: Wed, 7 Aug 2024 15:36:12 +0200 Subject: [PATCH] Remove styled components config --- next.config.js | 6 ------ 1 file changed, 6 deletions(-) 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,