diff --git a/apps/web/next.config.js b/apps/web/next.config.js index 0958afaaa..498512c82 100644 --- a/apps/web/next.config.js +++ b/apps/web/next.config.js @@ -4,7 +4,6 @@ require("dotenv").config({ path: "../../.env" }); const nextConfig = { reactStrictMode: true, swcMinify: true, - // distDir: "build", }; const withTM = require("next-transpile-modules")([