This commit is contained in:
Samandar Turgunboyev
2026-01-24 17:17:54 +05:00
parent 7055fab739
commit 33185702df

View File

@@ -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' },
],
},
};