From 849d44eb6210a57bc3640b68c7925d4728ca6c8b Mon Sep 17 00:00:00 2001 From: bon Date: Wed, 19 Mar 2025 19:50:03 +0300 Subject: [PATCH] =?UTF-8?q?=D0=B1=D0=BB=D1=8F=D1=82=D1=8C=20=D0=B7=D0=B0?= =?UTF-8?q?=D0=B1=D1=8B=D0=BB=20=D0=BE=D0=BF=D1=86=D0=B8=D1=8E=20=D1=82?= =?UTF-8?q?=D0=B5=D0=BF=D0=B5=D1=80=D1=8C=20=D1=82=D0=BE=D1=87=D0=BD=D0=BE?= =?UTF-8?q?=20=D0=BF=D1=80=D0=BE=D0=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- next.config.mjs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/next.config.mjs b/next.config.mjs index fbc05fc..e8b3d85 100644 --- a/next.config.mjs +++ b/next.config.mjs @@ -1,6 +1,7 @@ /** @type {import('next').NextConfig} */ const nextConfig = { - devIndicators: false + devIndicators: false, + output: "standalone", }; export default nextConfig;