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(),
|
||||
}),
|
||||
});
|
||||
|
||||
|
|
|
@ -3,7 +3,7 @@ company: "Camouflage Store"
|
|||
role: "E-commerce Management & Video Production"
|
||||
dateStart: "2020"
|
||||
dateEnd: "Current"
|
||||
article: "https://troylusty.com/projects/camouflage-store"
|
||||
article: "/projects/camouflage-store"
|
||||
---
|
||||
|
||||
Migrating and managing an ecommerce store, in addition to creating informational video content.
|
||||
|
|
|
@ -3,7 +3,7 @@ company: "WebBoss"
|
|||
role: "Web Design Mockups"
|
||||
dateStart: "2019"
|
||||
dateEnd: "2019"
|
||||
article: "https://troylusty.com/projects/webboss"
|
||||
article: "/projects/webboss"
|
||||
---
|
||||
|
||||
I joined WebBoss for a week as my work experience placement in Sixth Form. In my
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue