diff options
| author | Yuval Adam <_@yuv.al> | 2025-06-16 13:18:45 +0200 |
|---|---|---|
| committer | Yuval Adam <_@yuv.al> | 2025-06-16 13:18:45 +0200 |
| commit | 99054f0ee2007ec6a7e6f7cfe54967c58f4fd5c3 (patch) | |
| tree | 2ec519e005083ad41b53f06416c8700d4357de57 /src/content/config.ts | |
| parent | 5b1391d6af179e36d62166e53b0e6bef22342c41 (diff) | |
First run marking invalid domains
Diffstat (limited to 'src/content/config.ts')
| -rw-r--r-- | src/content/config.ts | 1 |
1 files changed, 1 insertions, 0 deletions
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 |
