Next.js Discord

Discord Forum

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

Unanswered
Western thatching ant posted this in #help-forum
Open in Discord
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

0 Replies