diff --git a/app/routes/_index.tsx b/app/routes/_index.tsx index f60e7b5..871f53e 100644 --- a/app/routes/_index.tsx +++ b/app/routes/_index.tsx @@ -13,7 +13,7 @@ export const loader = async () => { fetchPopulationWorlds(), ]); - return json({ metagame, population }); + return json({ metagame: metagame.sort((a, b) => a.id - b.id), population }); }; export const meta: V2_MetaFunction = () => {