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