The next gen Gatsby is here Performance, developer velocity, and scaling to meet Enterprise needs - See what’s launched
Add the following to your gatsby-config.js
gatsby-config.js
module.exports = { plugins: [ { resolve: 'gatsby-source-rss', options: { rssURL: 'https://fancypants.io/rss.xml } }, ] }