Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 1.07 KB

File metadata and controls

28 lines (20 loc) · 1.07 KB
title i18nReady githubURL
Content entry data does not match schema.
true

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

Example error message:
blogpost data does not match collection schema.
"title" is required.
"date" must be a valid date.

What went wrong?

A content entry does not match its collection schema. Make sure that all required fields are present, and that all fields are of the correct type. You can check against the collection schema in your src/content.config.* file. See the Content collections documentation for more information.