diff --git a/apps/web/pages/[user]/[type].tsx b/apps/web/pages/[user]/[type].tsx index d991b81f..569b1d1f 100644 --- a/apps/web/pages/[user]/[type].tsx +++ b/apps/web/pages/[user]/[type].tsx @@ -169,6 +169,14 @@ export const getServerSideProps = async (context: GetServerSidePropsContext) => }, ], }, + orderBy: [ + { + position: "desc", + }, + { + id: "asc", + }, + ], select: { id: true, },