fix: change titres sorting

This commit is contained in:
2026-01-22 11:38:30 +04:00
parent 1cf621b752
commit de81fbfe5c
+1 -1
View File
@@ -34,7 +34,7 @@ async function getData() {
_eq: 'published' _eq: 'published'
} }
}, },
sort: 'numero' sort: 'date_created'
}) })
) )