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
commit 1cdd6c9f37
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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