diff --git a/next.config.mjs b/next.config.mjs index a4bee02..00cdf95 100644 --- a/next.config.mjs +++ b/next.config.mjs @@ -3,6 +3,7 @@ const nextConfig = { compiler: { styledComponents: true, }, + output: "export", }; export default nextConfig;