Self hosted NEXT js with Cloudflare CDN not caching images served from next/image
Unanswered
Western thatching ant posted this in #help-forum
Western thatching antOP
All other assets have been cached but images served by the next/image that have images passed like the following are all returning DYNAMIC and not HIT
import image from "public/somewhere"
<Image src={image}/>
WHYYYYYY T_T
import image from "public/somewhere"
<Image src={image}/>
WHYYYYYY T_T