Next/image component gives error "missing required "width" property." when running it with npm run dev
Image width 값을 지정해주어야하는것같다.
width={100} height={100}
이렇게라도 지정해주어야한다.
Image with src "https://main-api.linkerbiz.net/files/title_image/2024/02/09/ad5a7883-d32b-4c9d-b59b-2c227318fa8d_ssr_image.png"
has either width or height modified, but not the other.
If you use CSS to change the size of your image, also include the styles 'width: "auto"' or 'height: "auto"' to maintain the aspect ratio.


