diff --git a/gatsby-config.js b/gatsby-config.js index ac26e81..d4da98a 100644 --- a/gatsby-config.js +++ b/gatsby-config.js @@ -92,7 +92,8 @@ module.exports = { } } `, - output: '/rss.xml' + output: '/rss.xml', + title: siteConfig.title }] } },