robdy / robdy.io

My personal 📝 notes/blog. 🎯 Focused on PowerShell scripts and Microsoft 365. 🖱 Created using Gatsby JS.
https://robdy.io
MIT License
2 stars 0 forks source link

HTML field is missing in RSS #714

Open robdy opened 1 year ago

robdy commented 1 year ago

After migration to MDX v2 in #712 html field is missing from RSS. This is due to breaking change https://www.gatsbyjs.com/plugins/gatsby-plugin-mdx/#v3-to-v4-breaking-changes

As mentioned above the html field was removed from the GraphQL node. We know that some of you used this for e.g. gatsby-plugin-feed. Unfortunately, for compatibility and performance reasons we had to remove it. We recommend using the excerpt field in the meantime until we find a feasible solution to provide MDX rendered as HTML. If you have any suggestions, please comment on the GitHub Discussion.