We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 88d2e7f + 051a8aa commit 53c7a25Copy full SHA for 53c7a25
1 file changed
client/src/containers/globe/top-stories/index.tsx
@@ -10,6 +10,7 @@ const TopStories = () => {
10
populate: 'cover_image,story,story.category',
11
sort: 'index:asc',
12
filters: { story: { category: { slug: { $eq: category } } } },
13
+ 'pagination[pageSize]': 1000,
14
});
15
16
return (
0 commit comments