diff --git a/next.config.js b/next.config.js index 98b8fcefb..e6f4a31a5 100644 --- a/next.config.js +++ b/next.config.js @@ -33,6 +33,9 @@ const config = { // experimental: { // forceSwcTransforms: true, // }, + compiler: { + styledComponents: true, + }, outputFileTracing: false, images: { unoptimized: process.env.UNOPTIMIZED_IMAGES === 'true',