diff --git a/next.config.js b/next.config.js index ae887958d..5a488ab4b 100644 --- a/next.config.js +++ b/next.config.js @@ -2,6 +2,7 @@ const nextConfig = { reactStrictMode: true, swcMinify: true, -} + distDir: "build", +}; -module.exports = nextConfig +module.exports = nextConfig;