Skip to content

Commit d496a29

Browse files
authored
[771] fix: Increase case studies pagination limit (#216)
- Increase case studies pagination from 6 to 50 items per page
1 parent 470ab0d commit d496a29

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

website/modules/case-studies/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ module.exports = {
66
sort: {
77
updatedAt: -1,
88
},
9-
perPage: 6,
9+
perPage: 50,
1010
alias: 'caseStudy',
1111
shortcut: false,
1212
},

0 commit comments

Comments
 (0)