I’ve got one img tag on the site, the other images are via CSS.
This one image when deployed on Netlify runs off a cloudfront domain, so it does a DNS lookup just for this imag.e Tthe CSS, JS, and all images referenced from them run off the main domain.
All the build processing stuff except pretty URLs are turned off.
Is there a way to stop this cloudfront url while retaining a normal image tag?
@fool hi ! I have an annoying issue with this too : some images are served by cloudfront after I disabled image optimization. I only enable pretty urls and now i can’t get rid off urls like https://d33wubrfki0l68.cloudfront.net/93a0655578d837a4fb57648a5fa461a350fd8268/7b985/images/icon-linkedin.svg" for some icons. What can I do ? As images optimizations are explicitely disabled, this seems more like a bug : using only pretty urls should not involve any cloudfront interaction right ?
PS : if there are no solutions planned, please can you add a warning on this setting on the UI, as this is a unexpected behavior, and cause images to be blocked by adblockers because of that…
I face the same issue (cloudfront serves some images).
I read this thread and I can confirm that I have no asset optimisation. (i had before, but no more)
I disabled any cache plugin
I deploy with clear cache option.
But I still have some images served from cloudfront. So I think that @futuregerald sentence : “when you enable asset optimization of any kind, we’ll serve assets from Cloudfront.” has some exception.
And I’d like if possible to avoid generating absolute urls.
But this Interface is really tricky !
In tha same zone, Having all box unchecked and all not being disabled is not what you expect for a good UI.
Yes, it is writen “disable” for this box, but this is tricky.
May be having 2 zones for “disable all” and the rest would help UI wise.
Anyway, thanks a lot it solves the problem. And If i read the box more carefully I would have solved bu myself.