Compare commits
1 Commits
98dbf0e885
..
main
| Author | SHA1 | Date | |
|---|---|---|---|
| 19f1ab3996 |
@@ -24,9 +24,10 @@ const projects = defineCollection({
|
||||
description: z.string(),
|
||||
tags: z.array(z.string()),
|
||||
image: image(),
|
||||
link: z.string().url().optional(),
|
||||
links: z.array(z.object({
|
||||
label: z.string(),
|
||||
url: z.url()
|
||||
url: z.string().url()
|
||||
})).optional(),
|
||||
order: z.number().optional(),
|
||||
startDate: z.coerce.date().optional(),
|
||||
|
||||
Reference in New Issue
Block a user