fase 1
Build and Push Frontend / Construir y Subir Imagen (push) Successful in 9m23s
Build and Push Medusa / Construir y publicar Medusa (push) Failing after 15m12s

This commit is contained in:
2026-07-31 23:27:01 -05:00
parent 4b85fccc97
commit aa857bc2ae
22 changed files with 1450 additions and 19 deletions
+19 -1
View File
@@ -10,6 +10,24 @@ const nextConfig: NextConfig = {
minimumCacheTTL: 604800,
deviceSizes: [360, 640, 768, 1024, 1280, 1536],
imageSizes: [64, 96, 160, 256, 384, 560],
remotePatterns: [
{
protocol: "https",
hostname: "media.cruzcloud.net",
pathname: "/ari-products/**",
},
{
protocol: "https",
hostname: "shop.cruzcloud.net",
pathname: "/images/products/**",
},
{
protocol: "https",
hostname: "shop.cruzcloud.net",
pathname: "/images/thumbnails/**",
},
],
},
async headers() {
@@ -28,4 +46,4 @@ const nextConfig: NextConfig = {
},
};
export default nextConfig;
export default nextConfig;