I am currently new to Next.js. I created a website using this framework and I don't get what this error means during the final export time
Thank you in advance for your help.
I think it is due to my Images; I added this to my nextjs.config
module.exports = {
reactStrictMode: true,
images: {
loader: 'imgix',
path: ''
},
}