I already have preoptimized images in my remote storage and i want them to be cached in Vercel's CDN
<Image unoptimized={true}/> isn't uploading image to CDN
Headers for image didn't work either
'Cache-Control': 'public, max-age=3600','CDN-Cache-Control': 'max-age=60','Vercel-CDN-Cache-Control': 'max-age=3600'And in Vercel's API it seems to be nothing
If anyone knows how to do it,please help
