Is there a way to request images from Next resized via URL without the Image component?
Question is pretty much in the title. Something like:
https://example.com/img/test.png?w=500&h=500
2 Replies
Unknown User•2y ago
Message Not Public
Sign In & Join Server To View
this is a really good question - can you hack directly into next to build an image cdn 🙂
I dont see the answer in the documentation. I suspect a look at the network tab in the console could provide an answer