Add favorite property to projects and update sorting in project listing

This commit is contained in:
2025-04-07 13:29:08 +02:00
parent 5ee900ef23
commit 459451e4c1
4 changed files with 15 additions and 3 deletions

View File

@@ -15,6 +15,7 @@ export const collections = {
publishedAt: z.date(),
tags: z.array(z.string()),
cover: z.string(),
favorite: z.boolean().optional(),
}),
}),
writings: defineCollection({