diff --git a/next.config.js b/next.config.js index f6d0aa5..3d4f831 100644 --- a/next.config.js +++ b/next.config.js @@ -1,3 +1,7 @@ module.exports = { reactStrictMode: true, -} \ No newline at end of file + compiler: { + styledComponents: true, + }, + output: 'standalone', +};