#Self hosted NEXT js with Cloudflare CDN not caching images served from next/image

1 messages · Page 1 of 1 (latest)

faint plinth
#

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