Skip to content

astro

Content collection is missing a loader definition.

Astro

Content collection is missing a loader definition.

Content collection is missing a loader definition.

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

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.