Add @message
to DuplicateContentEntrySlugError
(#7369)
This commit is contained in:
parent
42baf62e7c
commit
0325bf7e0f
1 changed files with 1 additions and 0 deletions
|
@ -1114,6 +1114,7 @@ See https://docs.astro.build/en/guides/server-side-rendering/ for more informati
|
||||||
},
|
},
|
||||||
/**
|
/**
|
||||||
* @docs
|
* @docs
|
||||||
|
* @message `COLLECTION_NAME` contains multiple entries with the same slug: `SLUG`. Slugs must be unique.
|
||||||
* @description
|
* @description
|
||||||
* Content collection entries must have unique slugs. Duplicates are often caused by the `slug` frontmatter property.
|
* Content collection entries must have unique slugs. Duplicates are often caused by the `slug` frontmatter property.
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in a new issue