mirror of
https://github.com/ArthurDanjou/artsite.git
synced 2026-02-01 14:29:33 +01:00
Add favorite property to projects and update sorting in project listing
This commit is contained in:
@@ -15,6 +15,7 @@ export const collections = {
|
||||
publishedAt: z.date(),
|
||||
tags: z.array(z.string()),
|
||||
cover: z.string(),
|
||||
favorite: z.boolean().optional(),
|
||||
}),
|
||||
}),
|
||||
writings: defineCollection({
|
||||
|
||||
Reference in New Issue
Block a user