Closed thisizkp closed 4 years ago
Gatsby theme brain accepts the following options - generateRSS, rssPath, rssTitle to enable rss.
generateRSS
rssPath
rssTitle
Whereas Gatsby theme Andy doesn't seem to pass/override the options.
Is there anything that's blocking us from doing this? 🤔
Let me know, will be happy to raise a PR for that.
Yes we would need to add those options in gatsby-config and pass them down to gatsby-theme-brain.
I can think of anything that might be blocking us.
Gatsby theme brain accepts the following options -
generateRSS
,rssPath
,rssTitle
to enable rss.Whereas Gatsby theme Andy doesn't seem to pass/override the options.
Is there anything that's blocking us from doing this? 🤔
Let me know, will be happy to raise a PR for that.