mirror of
https://github.com/mastermindzh/rickvanlieshout.com
synced 2024-12-27 07:18:17 +01:00
Add title to gatsby-plugin-feed, which is required by the latest version of the plugin.
This commit is contained in:
parent
59fc3e1101
commit
94199c2a5a
@ -92,7 +92,8 @@ module.exports = {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
`,
|
`,
|
||||||
output: '/rss.xml'
|
output: '/rss.xml',
|
||||||
|
title: siteConfig.title
|
||||||
}]
|
}]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user