Add title to gatsby-plugin-feed, which is required by the latest version of the plugin.

This commit is contained in:
Aleksander Helgaker 2019-08-24 15:32:06 +02:00
parent 59fc3e1101
commit 94199c2a5a

View File

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