Merge pull request #374 from alehel/Fix-feed-bug

Fix gatsby-plugin-feed related bug
This commit is contained in:
Aleksander Helgaker
2019-08-24 15:43:32 +02:00
committed by GitHub

View File

@@ -92,7 +92,8 @@ module.exports = {
}
}
`,
output: '/rss.xml'
output: '/rss.xml',
title: siteConfig.title
}]
}
},