Details now show real customer API data
This commit is contained in:
@@ -4,10 +4,13 @@ const nextConfig: NextConfig = {
|
||||
images: {
|
||||
remotePatterns: [
|
||||
{
|
||||
protocol: 'https'
|
||||
,
|
||||
protocol: 'https',
|
||||
hostname: 'placehold.co',
|
||||
},
|
||||
{
|
||||
protocol: 'https',
|
||||
hostname: 'b2cimpulsmx.vteximg.com.br',
|
||||
},
|
||||
],
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user