diff --git a/next.config.js b/next.config.js index 767719fc..f1850b94 100644 --- a/next.config.js +++ b/next.config.js @@ -2,3 +2,10 @@ const nextConfig = {} module.exports = nextConfig + +module.exports = { + compiler: { + // Enables the styled-components SWC transform + styledComponents: true + } + } \ No newline at end of file