컨텐츠로 건너뛰기

Unsupported image format

UnsupportedImageFormat: Received unsupported format FORMAT from IMAGE_PATH. Currently only SUPPORTED_FORMATS.JOIN(’, ’) are supported by our image services.

내장 이미지 서비스는 현재 모든 이미지 형식 최적화를 지원하지 않습니다.

GIF와 같이 지원되지 않는 형식의 경우 img 태그를 직접 사용할 수 있습니다.

---
import rocket from '../assets/images/rocket.gif';
---
<img src={rocket.src} width={rocket.width} height={rocket.height} alt="A rocketship in space." />