Back to Withastro

Content collection is missing a loader definition.

src/content/docs/en/reference/errors/content-collection-missing-loader.mdx

latest481 B
Original Source

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

<DontEditWarning />

Example error message:

Collections must have a loader defined. Check your collection definitions in your content config file.

What went wrong?

A content collection is missing a loader definition. Make sure that each collection in your content config file has a loader. See the Content collections documentation for more information.