summaryrefslogtreecommitdiff
path: root/website/src/content/config.ts
diff options
context:
space:
mode:
Diffstat (limited to 'website/src/content/config.ts')
-rw-r--r--website/src/content/config.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/website/src/content/config.ts b/website/src/content/config.ts
index 58dbc00..8bcd92d 100644
--- a/website/src/content/config.ts
+++ b/website/src/content/config.ts
@@ -10,6 +10,7 @@ const blog = defineCollection({
type: 'content',
schema: z.object({
title: z.string(),
+ hidden: z.optional(z.boolean()),
description: z.string(),
pubDate: dateSchema,
updatedDate: z.optional(dateSchema),