mirror of
https://github.com/kogakure/website-astro-stefanimhoff.de.git
synced 2026-02-04 04:25:28 +00:00
feat: add Projects overview data
This commit is contained in:
3
src/utils/sort-by-sortkey.ts
Normal file
3
src/utils/sort-by-sortkey.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
export const sortBySortKey = (a: any, b: any) => {
|
||||
return b.data.sort - a.data.sort;
|
||||
};
|
||||
Reference in New Issue
Block a user