modify config to reflect updated server csp
This commit is contained in:
parent
6c18cef2da
commit
6cbdcd01a0
12 changed files with 36 additions and 53 deletions
|
@ -53,7 +53,7 @@ const work = defineCollection({
|
|||
role: z.string(),
|
||||
dateStart: z.coerce.date(),
|
||||
dateEnd: z.union([z.coerce.date(), z.string()]),
|
||||
article: z.string().url().optional(),
|
||||
article: z.string().optional(),
|
||||
}),
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue