From a7937ac8a90b0fe0bb7fafee782323ad1dc961bc Mon Sep 17 00:00:00 2001 From: Felix Eckhofer Date: Mon, 9 Mar 2020 12:11:17 +0100 Subject: [PATCH] Re-enable RSS/Atom feed for the blog (#431) --- docusaurus.config.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docusaurus.config.js b/docusaurus.config.js index 0974d3e7..3fe70495 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -73,6 +73,9 @@ module.exports = { }, blog: { postsPerPage: 10, + feedOptions: { + type: 'all', + }, }, }, ],