This repository was archived by the owner on Sep 15, 2022. It is now read-only.

Description
Is your feature request related to a problem? Please describe.
Posts will often come with a cover image. The rss feed transformer used here documents support for an image property per post. However images that are referenced in the post markdown files and that are g-image ready in the graphQL API are just absolute local file paths during nodeToFeedItem. As such, they can't be used as an image in the feed.
Describe the solution you'd like
I'd expect to get the same or similar data as I would get in graphQL, so an object with the resulting src and mimeType and dimensions.
Describe alternatives you've considered
An alternative would be to instead make gridsome generate the xml/json for feeds, since that could use the gql, but that sounds like a lot of work to strip everything down to generate a pure file.