bug fix
This commit is contained in:
@@ -9,8 +9,8 @@ const nextConfig: NextConfig = {
|
|||||||
// },
|
// },
|
||||||
images: {
|
images: {
|
||||||
remotePatterns: [
|
remotePatterns: [
|
||||||
{ protocol: 'http', hostname: '**' },
|
{ protocol: 'http', hostname: 'api.gastro.felixits.uz' },
|
||||||
{ protocol: 'https', hostname: '**' },
|
{ protocol: 'https', hostname: 'api.gastro.felixits.uz' },
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user