diff options
Diffstat (limited to 'website/src/content/config.ts')
| -rw-r--r-- | website/src/content/config.ts | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/website/src/content/config.ts b/website/src/content/config.ts deleted file mode 100644 index dfdf403..0000000 --- a/website/src/content/config.ts +++ /dev/null @@ -1,14 +0,0 @@ -import { defineCollection, z } from 'astro:content'; - -const blog = defineCollection({ - type: 'content', - schema: z.object({ - title: z.string(), - hidden: z.optional(z.boolean()), - description: z.string(), - pubDate: z.date(), - updatedDate: z.optional(z.date()), - }), -}); - -export const collections = { blog }; |
