최상단 루트경로에있는 next.config.js 파일에
const nextConfig = {
images:{
remotePatterns:[
{
protocol:'https',
hostname:'**',
},
{
protocol:'http',
hostname:'**'
}
]
}
}
module.exports = nextConfig
이렇게 추가해주면 된다.
'NextJS' 카테고리의 다른 글
Next14 파비콘 안나옴 안나올때 변경하기 favicon (0) | 2024.07.24 |
---|