Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 916 Bytes

File metadata and controls

24 lines (16 loc) · 916 Bytes
title Unsupported image conversion.
i18nReady true
githubURL https://github.com/withastro/astro/blob/main/packages/astro/src/core/errors/errors-data.ts

import DontEditWarning from '~/components/DontEditWarning.astro'

UnsupportedImageConversion: Converting between vector (such as SVGs) and raster (such as PNGs and JPEGs) images is not currently supported.

What went wrong?

Astro does not currently supporting converting between vector (such as SVGs) and raster (such as PNGs and JPEGs) images.

See Also: