Update workloads/ecommerce/next.config.ts
Build and Push Frontend / build (push) Canceled after 23m29s

This commit is contained in:
2026-07-20 03:53:27 +00:00
parent a8aef44693
commit 4c75b7f850
+2 -5
View File
@@ -4,13 +4,10 @@ const nextConfig: NextConfig = {
output: "standalone",
poweredByHeader: false,
compress: true,
reactStrictMode: true,
images: {
// Los recursos del catálogo ya vienen preoptimizados en WebP.
// Evita el costo de transformar imágenes durante la primera visita.
unoptimized: true,
formats: ["image/avif", "image/webp"],
deviceSizes: [360, 640, 768, 1024, 1280, 1536],
minimumCacheTTL: 604800,
},
experimental: {
optimizePackageImports: ["lucide-react", "motion"],