From b249ab597b7beaf00e5dc928bb943b1da065d6cb Mon Sep 17 00:00:00 2001 From: Sergey Bolshakov Date: Mon, 15 Dec 2025 01:19:19 +0300 Subject: [PATCH] unoptimized images --- next.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/next.config.ts b/next.config.ts index 9271192..1df80fa 100644 --- a/next.config.ts +++ b/next.config.ts @@ -9,7 +9,7 @@ const nextConfig: NextConfig = { pathname: '/**' }, ], - unoptimized: false, + unoptimized: true, }, webpack(config) { config.module.rules.push({