Skip to content

Commit

Permalink
rss: limit feed to 3 articles (#322)
Browse files Browse the repository at this point in the history
  • Loading branch information
xTVaser authored May 30, 2024
1 parent 75561c6 commit 8045815
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ const config = {
feedOptions: {
type: "all",
copyright: `Copyright © ${new Date().getFullYear()} PCSX2.`,
limit: 3,
},
},
theme: {
Expand Down

0 comments on commit 8045815

Please sign in to comment.