From 2b2198dfcb66a77b71e6a97d4dea7c51cb4f3cdc Mon Sep 17 00:00:00 2001 From: "Najjar\\NajjarV02" Date: Wed, 15 Apr 2026 10:12:14 +0400 Subject: [PATCH] feat: set output configuration to standalone in Next.js config --- next.config.mjs | 1 + 1 file changed, 1 insertion(+) diff --git a/next.config.mjs b/next.config.mjs index f586d65..5fee4fa 100644 --- a/next.config.mjs +++ b/next.config.mjs @@ -1,5 +1,6 @@ /** @type {import('next').NextConfig} */ const nextConfig = { + output: 'standalone', images: { unoptimized: true, },