We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6cfe137 commit ec00ff1Copy full SHA for ec00ff1
src/content/config.ts
@@ -6,6 +6,10 @@ export const collections = {
6
title: z.string(),
7
description: z.string(),
8
priority: z.coerce.number(),
9
+ period: z.object({
10
+ from: z.string(),
11
+ to: z.string().optional(),
12
+ }),
13
tags: z.array(z.string()),
14
img: z.string(),
15
img_alt: z.string().optional(),
0 commit comments