Back to Withastro

Unsupported transform in content config.

src/content/docs/en/reference/errors/unsupported-config-transform-error.mdx

latest563 B
Original Source

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

<DontEditWarning />

UnsupportedConfigTransformError: transform() functions in your content config must return valid JSON, or data types compatible with the devalue library (including Dates, Maps, and Sets). Full error: PARSE_ERROR

What went wrong?

transform() functions in your content config must return valid JSON, or data types compatible with the devalue library (including Dates, Maps, and Sets).

See Also: