我已經嘗試了幾次,但錯誤是一樣的。
我還創建了 next.config.js 檔案
module.exports = {
images: {
domains: ['link.papareact.com', ],
},
};
Error: Invalid src prop (https://links.papareact.com/ua6) on `next/image`, hostname "links.papareact.com" is not configured under images in your `next.config.js`
See more info: https://nextjs.org/docs/messages/next-image-unconfigured-host
盡快解決這個問題。
uj5u.com熱心網友回復:
嘗試這個 :
module.exports = {
images: {
domains: ['link.papareact.com/*']
}
};
轉載請註明出處,本文鏈接:https://www.uj5u.com/houduan/497132.html
標籤:javascript 反应 图片 下一个.js 前端
