Javascript – next/image does not load images from external URL
I want to get images from cdn, but next reports error hostname **** is not configured under images in your next.config.js.According to the next official website, I added the following configuration in next.config.js, but it doesn’t work. // next.config.js module.exports…