Next.js Discord

Discord Forum

Are optimized images from next/image saved on local disk?

Answered
Rainbow trout posted this in #help-forum
Open in Discord
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?
Answered by Ray
the optimized images will be stored at .next/cache/images
View full answer

8 Replies

Rainbow troutOP
I assume you mean on vercel?
what do you mean?
the optimized images will be stored at .next/cache/images
Answer
you can try it with your pc
Rainbow troutOP
Yea that's all I wanted to know 😛
Thanks man