From 5e0d98c39d6591dfa099c16b5a7cad6abe586a25 Mon Sep 17 00:00:00 2001 From: Timur Ercan Date: Thu, 24 Nov 2022 12:21:45 +0100 Subject: [PATCH] build folder --- next.config.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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;