diff options
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 2ae9fbf..032011e 100644 --- a/src/content.config.ts +++ b/src/content.config.ts @@ -53,6 +53,7 @@ const micro = defineCollection({ z.object({ url: z.string(), type: z.string(), + alt: z.string().optional(), }), ) .optional(), |
