mirror of
https://git.aria.coffee/BuyMyAria/aria.coffee.git
synced 2025-07-23 13:29:57 +00:00
Add the ability to support hidden draft posts
This commit is contained in:
parent
7548baa72d
commit
fce732ee41
5 changed files with 11 additions and 1 deletions
|
@ -13,6 +13,7 @@ const blog = defineCollection({
|
|||
description: z.string(),
|
||||
author: z.string(),
|
||||
tags: z.array(z.string()),
|
||||
draft: z.boolean(),
|
||||
}),
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue