오류 Unhandled Runtime Error Error: Invalid src prop (https://res.cloudinary.com/{CLOUD_NAME}/image/upload/v1707107523/{FILE_NAME}.png) on `next/image`, hostname "res.cloudinary.com" is not configured under images in your `next.config.js` See more info: https://nextjs.org/docs/messages/next-image-unconfigured-host 발생하는 이유 위 오류가 발생하는 이유는 외부 경로의 이미지를 불러오려고 할 때 정상적으로 불러오지 못해 생기는 오류이다. 좀 더 이해하기 쉽게 비유를..