본문 바로가기
Next.js

Error: Invalid src prop (https:// ~~) `next/image`, hostname "plus.unsplash.com" is not configured

by jyamin 2023. 8. 24.
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

댓글