mirror of
https://github.com/prdlk/website.git
synced 2026-08-03 09:51:41 +00:00
fix: .gitignore
This commit is contained in:
+2
-2
@@ -16,8 +16,8 @@ export function getFormattedDate(
|
||||
}
|
||||
|
||||
export function collectionDateSort(
|
||||
a: CollectionEntry<"post" | "note">,
|
||||
b: CollectionEntry<"post" | "note">,
|
||||
a: CollectionEntry<"writing" | "projects">,
|
||||
b: CollectionEntry<"writing" | "projects">,
|
||||
) {
|
||||
return b.data.publishDate.getTime() - a.data.publishDate.getTime();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user