Image Prefix url

Darcy Daeseok YU ·2022년 12월 13일
0

Image from 'next/image' ;

Error: Invalid src prop (https://image.tmdb.org/t/p/w500/pFlaoHTZeyNkG83vxsAJiGzfSsa.jpg) on next/image, hostname "image.tmdb.org" is not configured under images in your next.config.js

해결안

module.exports = {
  images: {
    domains: ['tmdb.org', 'themoviedb.org','image.tmdb.org'],
  },
};
profile
React, React-Native https://darcyu83.netlify.app/

0개의 댓글