Use repository link for projects
All checks were successful
Deploy Astro / Build and Deploy (push) Successful in 49s
All checks were successful
Deploy Astro / Build and Deploy (push) Successful in 49s
This commit is contained in:
@@ -17,6 +17,7 @@ const portfolioCollection = defineCollection({
|
||||
summary: z.string(),
|
||||
tags: z.array(z.string()).optional(),
|
||||
pubDate: z.date(),
|
||||
repository: z.url().regex(/git/).optional(),
|
||||
}),
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user