From 94199c2a5aa32f6b013e51d743b21867add4a35a Mon Sep 17 00:00:00 2001 From: Aleksander Helgaker Date: Sat, 24 Aug 2019 15:32:06 +0200 Subject: [PATCH] Add title to gatsby-plugin-feed, which is required by the latest version of the plugin. --- gatsby-config.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gatsby-config.js b/gatsby-config.js index ac26e8141c..d4da98ae9b 100644 --- a/gatsby-config.js +++ b/gatsby-config.js @@ -92,7 +92,8 @@ module.exports = { } } `, - output: '/rss.xml' + output: '/rss.xml', + title: siteConfig.title }] } },