Are optimized images from next/image saved on local disk?
Answered
Rainbow trout posted this in #help-forum
Rainbow troutOP
Let's say I serve images over a CDN and display them with next/image, are the transformed images saved on the local disk of the web server or are they served the same way you would send an image as a response from an API route?
8 Replies
once it is served through the cdn. the cdn should cache it
Rainbow troutOP
I assume you mean on vercel?
what do you mean?
the optimized images will be stored at
.next/cache/imagesAnswer
you can try it with your pc
Rainbow troutOP
Yea that's all I wanted to know 😛
Thanks man