개발자
제곧내에요. Next Image 컴포넌트를 쓰려고 하는데, Error: Invalid src prop (https://images.unsplash.com/xxxxxx) on `next/image`, hostname "images.unsplash.com" is not configured under images in your `next.config.js` 이런 에러가 뜨면서 이미지 로드가 안됩니다. 혹시 해결 방법을 아시는 분 있나요?
답변 1
안녕하세요 에러 메세지를 잘 보시면 next.config.js에 images.unsplash.com 이라는 hostname이 설정되어있지 않다고 합니다. Next Image에 외부 src를 쓰시려면 next.config.js에 domain 설정을 해주셔야합니다. https://nextjs.org/docs/api-reference/next/image#domains 참고하시면 좋을듯해요! 요즘은 domains보다 remote patterns를 더 추천하더라구요. https://nextjs.org/docs/api-reference/next/image#remote-patterns images.unsplash.com을 next.config.js에 추가해주시면 될거에요.
익명
작성자
2022년 10월 17일
앗 그렇군요ㅎㅎ 추가했더니 잘 됩니다! 감사합니다!!
지금 가입하면 모든 질문의 답변을 볼 수 있어요!
현직자들의 명쾌한 답변을 얻을 수 있어요.
이미 회원이신가요?
지금 가입하면 모든 질문의 답변을 볼 수 있어요!