mirror of
https://github.com/withastro/astro.git
synced 2025-02-17 22:44:24 -05:00
* This commit addresses a quality-of-life concern when setting up a RSS feed when using collections. Specifically, it provides more context to the error message thrown when the object passed to the `items` property is missing any of the three required keys or if one of those keys is mistyped. * Add changeset * Update .changeset with properly formatted update structure @sarah11918 suggested a change to the verbiage that properly formatted the update detail in question. Accepting the suggestion. Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> --------- Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
206 B
206 B
@astrojs/rss |
---|
patch |
Improves the @astrojs/rss
error message thrown when the object passed to the items
property is missing any of the three required keys or if one of those keys is mistyped.