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 aloaderdefined. 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.