Re-enable RSS/Atom feed for the blog (#431)

This commit is contained in:
Felix Eckhofer 2020-03-09 12:11:17 +01:00 committed by GitHub
parent 0937dd6be9
commit a7937ac8a9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -73,6 +73,9 @@ module.exports = {
},
blog: {
postsPerPage: 10,
feedOptions: {
type: 'all',
},
},
},
],