Next.js
Error: Invalid src prop (https:// ~~) `next/image`, hostname "plus.unsplash.com" is not configured
jyamin
2023. 8. 24. 17:17
728x90
Error: Invalid src prop (https://사진주소~) on `next/image`, hostname "plus.unsplash.com" is not configured under images in your `next.config.js` See more info: https://nextjs.org/docs/messages/next-image-unconfigured-host
module.exports = {
images: {
domains: ['firebasestorage.googleapis.com'],
},
}
이런게 뜬다면 추가해주자~
728x90