Netlify Image CDN is not respecting the cache-control headers unexpectedly returning public,max-age=0,must-revalidate for static local images, whereas NextJS is correctly returning public, max-age=315360000, immutable
Static assets are all the files that don’t invoke a Function or an Edge Function. I don’t think we’re treating local assets are dynamic. The cache-control as you can see always has a max-age 0. The Netlify-CDN-Cache-Control header is set internally and not sent to browser, so you won’t be able to see it.