Migrate to Netlify Today

Netlify announces the next evolution of Gatsby Cloud. Learn more

ContactSign Up
Community Plugin
View plugin on GitHub

gatsby-source-rss

Usage

Add the following to your gatsby-config.js

module.exports = {
        plugins: [
                {
                        resolve: 'gatsby-source-rss',
                        options: {
                                rssURL: 'https://fancypants.io/rss.xml
                        }
                },
        ]
}
© 2023 Gatsby, Inc.