From 674b9072bdd3f3c2b3d77463c0d2d1b819a37ce4 Mon Sep 17 00:00:00 2001 From: Timur Ercan Date: Thu, 19 Jan 2023 17:59:41 +0100 Subject: [PATCH] qoc --- apps/web/next.config.js | 1 - 1 file changed, 1 deletion(-) 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")([