feat: corrects md to use a manual slug
This commit is contained in:
parent
9a40597b1f
commit
df12debd4c
3 changed files with 3 additions and 2 deletions
|
|
@ -11,6 +11,7 @@ const posts = defineCollection({
|
|||
pinned: z.boolean().optional(),
|
||||
category: z.string().optional(),
|
||||
draft: z.boolean().optional(),
|
||||
slug: z.string(),
|
||||
})
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue