nuxt-community / feed-module

Everyone deserves RSS, ATOM and JSON feeds!
MIT License
226 stars 36 forks source link

pubdate not visible #93

Closed ElianCodes closed 3 years ago

ElianCodes commented 3 years ago

I saw that the feeder module doesn't generate a tag in the RSS XML. Is it possible to do this. I looked around for a bit but couldn't find a way to realise this. Is it possible to add this feature in a future release?

ElianCodes commented 3 years ago

Found a way to do this by adding date: new Date(post.createdAt) in the feed creator function of nuxt.config.js