api ulandi
This commit is contained in:
@@ -8,7 +8,10 @@ const nextConfig: NextConfig = {
|
||||
// ignoreDuringBuilds: true,
|
||||
// },
|
||||
images: {
|
||||
remotePatterns: [{ protocol: 'http', hostname: '**' }],
|
||||
remotePatterns: [
|
||||
{ protocol: 'http', hostname: '**' },
|
||||
{ protocol: 'https', hostname: '**' },
|
||||
],
|
||||
},
|
||||
};
|
||||
const withNextIntl = createNextIntlPlugin({
|
||||
|
||||
Reference in New Issue
Block a user