i fear i shouldve commited earlier

This commit is contained in:
Reid 2025-01-13 18:36:43 -08:00
parent c697e7a278
commit e5af16bfeb
Signed by: reidlab
GPG key ID: DAF5EAF6665839FD
12 changed files with 113 additions and 80 deletions

View file

@ -1,7 +1,6 @@
import { z, defineCollection } from "astro:content";
import { file } from "astro/loaders";
// yeah, its not the best to have arrays
const projects = defineCollection({
loader: file("src/content/projects/projects.yml"),
schema: z.object({