From f51250941f4425ce4d63b90a266a29e8588a7d03 Mon Sep 17 00:00:00 2001 From: Ariel Costas Guerrero Date: Wed, 30 Apr 2025 08:56:43 +0200 Subject: Add tagging to articles --- src/content.config.ts | 1 + 1 file changed, 1 insertion(+) (limited to 'src/content.config.ts') diff --git a/src/content.config.ts b/src/content.config.ts index 3d69039..a0391a8 100644 --- a/src/content.config.ts +++ b/src/content.config.ts @@ -7,6 +7,7 @@ const blog = defineCollection({ title: z.string(), description: z.string(), publishedAt: z.coerce.date(), + tags: z.array(z.string()).default([]), }), }); -- cgit v1.3