하루 기록

[오류] Error: Invalid src prop 본문

Today I Learned/in dev

[오류] Error: Invalid src prop

떼굴펜 2024. 7. 3. 13:58

에러 메세지

Error: Invalid src prop (이미지 URL) on `next/image`, hostname "도메인" is not configured under images in your `next.config.js` See more info: https://nextjs.org/docs/messages/next-image-unconfigured-host

 

해석하자면, 이미지 띄우려고 하니 next.config.js 파일에 이미지 파일의 도메인 등록이 안되어 있다. 자세한 사항은 문서를 봐라. 

 

해결책

메세지 내용 그대로 next.config 파일에 domain을 등록해주면 된다.

nextjs 12ver 이하