From 33185702dfc2cff21d31049f12a001b657e49ded Mon Sep 17 00:00:00 2001 From: Samandar Turgunboyev Date: Sat, 24 Jan 2026 17:17:54 +0500 Subject: [PATCH] bug fix --- next.config.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/next.config.ts b/next.config.ts index 3750e72..8e2699a 100644 --- a/next.config.ts +++ b/next.config.ts @@ -9,8 +9,8 @@ const nextConfig: NextConfig = { // }, images: { remotePatterns: [ - { protocol: 'http', hostname: '**' }, - { protocol: 'https', hostname: '**' }, + { protocol: 'http', hostname: 'api.gastro.felixits.uz' }, + { protocol: 'https', hostname: 'api.gastro.felixits.uz' }, ], }, };