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