From 171185e5ca40d21538c999f5c04dd4a3e3876710 Mon Sep 17 00:00:00 2001 From: xoliqberdiyev Date: Thu, 25 Dec 2025 10:58:11 +0000 Subject: [PATCH] Update next.config.ts --- next.config.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/next.config.ts b/next.config.ts index c7ff76d..8c8d32d 100644 --- a/next.config.ts +++ b/next.config.ts @@ -2,8 +2,9 @@ import type { NextConfig } from "next"; import createNextIntlPlugin from "next-intl/plugin"; const nextConfig: NextConfig = { - output: 'standalone', + output: 'export', images: { + unoptimized: true, remotePatterns: [ { protocol: "https",