So a site i made is getting some traffic and this has spiked fear into me, (i dont wanna get a huge bill) im using the next Image comp, but i have the images already offloaded on sirv, and when i build th eproject nextjs caches the images and uses the cached images,
currently the
<Image src='cdn_link' />
<Image src='cdn_link' />
how can I let nextjs ont optimize/cache the image and let it load from the cdn instead of caching on build?
I hope i understand this correctly myself?
for some more context this is the image opt usage and by not using cache it would go back down to ~250MB