custom image loader
Unanswered
Giant panda posted this in #help-forum
Giant pandaOP
I am using nginx when deploying my next.js app, but I need help with loading images. I have multiple domains on AWS from where I load images as well as some from my public/ folder locally. Is there a way to setup config to load these images automatically or do I need to go through every <Image/> element in my app and change it?