From 4f1e362be2097ed6b49750f81f1250ae4fb858db Mon Sep 17 00:00:00 2001 From: iOdiO89 <117376841+iOdiO89@users.noreply.github.com> Date: Sun, 23 Jun 2024 20:29:22 +0900 Subject: [PATCH] chore: change dist directory --- next.config.js | 1 - 1 file changed, 1 deletion(-) diff --git a/next.config.js b/next.config.js index e69bbb0..256733c 100644 --- a/next.config.js +++ b/next.config.js @@ -16,7 +16,6 @@ const nextConfig = { styledComponents: true, }, output: "export", - distDir: "dist", images: { unoptimized: true, },