add basic layout for files

This commit is contained in:
2026-03-01 19:57:50 +01:00
parent e77d729074
commit be6fc4593d
26 changed files with 465 additions and 188 deletions

View File

@@ -11,7 +11,7 @@ const blog = defineCollection({
description: z.string(),
// Transform string to Date object
pubDate: z.coerce.date(),
updatedDate: z.coerce.date().optional(),
gitLink: z.string().optional(),
heroImage: image().optional(),
}),
});