Details now show real customer API data

This commit is contained in:
2025-08-28 12:25:39 -06:00
parent d0f691c8fd
commit 20ab14a9d2
10 changed files with 635 additions and 116 deletions

View File

@@ -4,10 +4,13 @@ const nextConfig: NextConfig = {
images: {
remotePatterns: [
{
protocol: 'https'
,
protocol: 'https',
hostname: 'placehold.co',
},
{
protocol: 'https',
hostname: 'b2cimpulsmx.vteximg.com.br',
},
],
},
};