컨텐츠로 건너뛰기

Missing image dimensions

Missing width and height attributes for IMAGE_URL. When using remote images, both dimensions are always required in order to avoid cumulative layout shift (CLS).

원격 이미지의 경우 width and height는 원본 파일에서 추론할 수 없습니다. 따라서 CLS를 방지하려면 이 두 속성이 항상 필요합니다.

대신, 이미지가 src 폴더 안에 있다면 이미지를 가져오려고 했을 것입니다. 자세한 내용은 가져오기 안내서를 참조하세요.

더 보기: