diff --git a/.changeset/dry-dragons-shout.md b/.changeset/dry-dragons-shout.md index 30f580de098a..db67c75ed4a3 100644 --- a/.changeset/dry-dragons-shout.md +++ b/.changeset/dry-dragons-shout.md @@ -2,6 +2,4 @@ 'astro': patch --- -Added more verbose errors for content collections with invalid IDs. - -Previously, when an entry in a content collection had an ID that wasn't a string, the error would omit the ID entirely. With this change, the error will now explicitly say that the ID has to be a string. +Adds a more descriptive error when a content collection entry has an invalid ID.