Back to Withastro

Legacy content config file found.

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

latest554 B
Original Source

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

<DontEditWarning />

Example error message:

Found legacy content config file in "src/content/config.ts". Please move this file to "src/content.config.ts" and ensure each collection has a loader defined.

What went wrong?

A legacy content config file was found. Move the file to src/content.config.ts and update any collection definitions if needed. See the Astro 6 migration guide for more information.