Use repository link for projects
All checks were successful
Deploy Astro / Build and Deploy (push) Successful in 49s

This commit is contained in:
2026-03-22 21:54:49 +01:00
parent 4f16fce5fe
commit ac9ab52d63
3 changed files with 73 additions and 10 deletions

View File

@@ -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(),
}),
});