writed project pages content
This commit is contained in:
@@ -38,5 +38,5 @@ export function getAllProjects(): Project[] {
|
||||
return getProjectSlugs()
|
||||
.map((slug) => getProjectBySlug(slug))
|
||||
.filter((project): project is Project => project !== null)
|
||||
.sort((a, b) => b.priority - a.priority);
|
||||
.sort((a, b) => a.priority - b.priority);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user