I'm using next.js export to create a static html export which is hosted on google cloud storage.
I use this workaround in my next.js configuration.
images: {
loader: 'imgix',
path: 'https://noop/',
},
How do I need to configure an external loader e.g. imgix properly to work?
Relative Path
Then in your component,
Absolute Path
Then in your component,