Update workloads/ecommerce/next.config.ts
Build and Push Frontend / build (push) Canceled after 23m29s
Build and Push Frontend / build (push) Canceled after 23m29s
This commit is contained in:
@@ -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"],
|
||||
|
||||
Reference in New Issue
Block a user