mirror of
https://github.com/mastermindzh/rickvanlieshout.com
synced 2024-12-27 23:38:07 +01:00
Merge pull request #374 from alehel/Fix-feed-bug
Fix gatsby-plugin-feed related bug
This commit is contained in:
commit
1cdd6c9f37
@ -92,7 +92,8 @@ module.exports = {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
`,
|
`,
|
||||||
output: '/rss.xml'
|
output: '/rss.xml',
|
||||||
|
title: siteConfig.title
|
||||||
}]
|
}]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user