fase 1
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user