Skip to content

Commit 6c0b219

Browse files
authored
Enable all feeds for all posts (#671)
1 parent 9484e06 commit 6c0b219

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docusaurus.config.js

+3
Original file line numberDiff line numberDiff line change
@@ -225,6 +225,9 @@ module.exports = {
225225
path: './blog',
226226
blogSidebarCount: 'ALL',
227227
blogSidebarTitle: 'All posts',
228+
feedOptions: {
229+
type: 'all',
230+
},
228231
},
229232
theme: {
230233
customCss: require.resolve('./src/css/custom.css'),

0 commit comments

Comments
 (0)