chore: relever pageSize de 100 à 200 sur les listes paginées
Déploiement FRONT BETA / check (push) Successful in 2m3s
Déploiement FRONT PROD / check (push) Successful in 2m5s
Déploiement FRONT BETA / deploy (push) Successful in 21s
Déploiement FRONT PROD / deploy (push) Successful in 20s

This commit is contained in:
2026-07-03 22:22:22 +04:00
parent e4d31b0243
commit 7234c1408f
+4 -4
View File
@@ -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