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",
|
output: "standalone",
|
||||||
poweredByHeader: false,
|
poweredByHeader: false,
|
||||||
compress: true,
|
compress: true,
|
||||||
reactStrictMode: true,
|
|
||||||
images: {
|
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"],
|
formats: ["image/avif", "image/webp"],
|
||||||
deviceSizes: [360, 640, 768, 1024, 1280, 1536],
|
minimumCacheTTL: 604800,
|
||||||
},
|
},
|
||||||
experimental: {
|
experimental: {
|
||||||
optimizePackageImports: ["lucide-react", "motion"],
|
optimizePackageImports: ["lucide-react", "motion"],
|
||||||
|
|||||||
Reference in New Issue
Block a user