From de81fbfe5c0e984049325abbdf0ed42d5e18a3f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20FAMIBELLE-PRONZOLA?= Date: Thu, 22 Jan 2026 11:38:30 +0400 Subject: [PATCH] fix: change titres sorting --- app/page.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/page.js b/app/page.js index 9cf2db9..c9897d1 100644 --- a/app/page.js +++ b/app/page.js @@ -34,7 +34,7 @@ async function getData() { _eq: 'published' } }, - sort: 'numero' + sort: 'date_created' }) )