From 99054f0ee2007ec6a7e6f7cfe54967c58f4fd5c3 Mon Sep 17 00:00:00 2001 From: Yuval Adam <_@yuv.al> Date: Mon, 16 Jun 2025 13:18:45 +0200 Subject: First run marking invalid domains --- 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 4b23736..1fca4a0 100644 --- a/src/content/config.ts +++ b/src/content/config.ts @@ -10,6 +10,7 @@ const namesCollection = defineCollection({ email: z.string().email().optional(), github: z.string().optional(), candidate: z.boolean().optional(), + invalid: z.boolean().optional(), }).refine( (data) => { // If not a candidate, title is required -- cgit v1.3.1