Skip to content

Commit

Permalink
chore(rss): adjust the number of feeds
Browse files Browse the repository at this point in the history
  • Loading branch information
chengpeiquan committed Nov 25, 2024
1 parent 9b884e5 commit 42b8b10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/feed.xml/route.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export async function GET() {
const articles = await getContents(folder, {
locale: 'zh',
page: 1,
pageSize: 50,
pageSize: 20,
ignoreDetails: false,
mode: ContentProcessorMode.HtmlOnly,
})
Expand Down

0 comments on commit 42b8b10

Please sign in to comment.