본문 바로가기
TroubleShooting

[ Next.js ] Error: next-image-unconfigured-host

by ウリ김영은 2024. 1. 8.

 

 

const nextConfig = {
  images : {
   remotePatterns : [
    {
      protocol : 'https',
      hostname : 'prod-files-secure.s3.us-west-2.amazonaws.com',
    }
   ]
  }
}

 

 

https://nextjs.org/docs/messages/next-image-unconfigured-host