Skip to content

Commit 051a8aa

Browse files
committed
top stories limit
1 parent 88d2e7f commit 051a8aa

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • client/src/containers/globe/top-stories

client/src/containers/globe/top-stories/index.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ const TopStories = () => {
1010
populate: 'cover_image,story,story.category',
1111
sort: 'index:asc',
1212
filters: { story: { category: { slug: { $eq: category } } } },
13+
'pagination[pageSize]': 1000,
1314
});
1415

1516
return (

0 commit comments

Comments
 (0)