From 56153e12ddc6027ed0212ace35bc0c1e6a0a6333 Mon Sep 17 00:00:00 2001 From: Timur Ercan Date: Sat, 14 Jan 2023 13:31:33 +0100 Subject: [PATCH] local build dir --- apps/web/next.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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")([