0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2024-12-30 22:03:56 -05:00
astro/.changeset/plenty-kings-swim.md
Armand Philippot 50dd88bc66
fix(@astrojs/rss): prevent an error when pubDate is missing (#12137)
* fix(rss): prevent error when `pubDate` is missing

* docs(rss): switch some RSS items to optional
2024-10-07 11:42:19 -04:00

148 B

@astrojs/rss
patch

Fixes an error where docs incorrectly stated the title, link and pubDate properties of RSS items was required.