chore: relever pageSize de 100 à 200 sur les listes paginées
This commit is contained in:
+4
-4
@@ -133,7 +133,7 @@ export async function jwennToutAwtis() {
|
||||
populate: ['photo'],
|
||||
sort: ['alias:asc'],
|
||||
pagination: {
|
||||
pageSize: 100
|
||||
pageSize: 200
|
||||
}
|
||||
}, {
|
||||
encodeValuesOnly: true
|
||||
@@ -155,7 +155,7 @@ export async function jwennTeks() {
|
||||
},
|
||||
sort: ['titre:asc'],
|
||||
pagination: {
|
||||
pageSize: 100
|
||||
pageSize: 200
|
||||
}
|
||||
}, {
|
||||
encodeValuesOnly: true
|
||||
@@ -169,7 +169,7 @@ export async function jwennAwtisSlug() {
|
||||
const query = qs.stringify({
|
||||
sort: ['createdAt:desc'],
|
||||
pagination: {
|
||||
pageSize: 100
|
||||
pageSize: 200
|
||||
}
|
||||
}, {
|
||||
encodeValuesOnly: true
|
||||
@@ -183,7 +183,7 @@ export async function jwennTeksSlug() {
|
||||
const query = qs.stringify({
|
||||
sort: ['createdAt:desc'],
|
||||
pagination: {
|
||||
pageSize: 100
|
||||
pageSize: 200
|
||||
}
|
||||
}, {
|
||||
encodeValuesOnly: true
|
||||
|
||||
Reference in New Issue
Block a user