The ideal way to reference an image would be: 
This allows us to have images work in development mode and for the published blog. Great! However, this doesn't work well for rss because the path is relative: /assets/media/Pupil.png
I would expect that the generated rss.xml would preappend the production_url to urls. Otherwise, what is the expected use case?
The ideal way to reference an image would be:
This allows us to have images work in development mode and for the published blog. Great! However, this doesn't work well for rss because the path is relative:
/assets/media/Pupil.pngI would expect that the generated rss.xml would preappend the
production_urlto urls. Otherwise, what is the expected use case?