feat: corrects md to use a manual slug

This commit is contained in:
Lewis Wynne 2026-01-31 00:04:54 +00:00
parent 9a40597b1f
commit df12debd4c
3 changed files with 3 additions and 2 deletions

View file

@ -11,6 +11,7 @@ const posts = defineCollection({
pinned: z.boolean().optional(),
category: z.string().optional(),
draft: z.boolean().optional(),
slug: z.string(),
})
});