bug fix
This commit is contained in:
@@ -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' },
|
||||
],
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user