summaryrefslogtreecommitdiff
path: root/src/content.config.ts
diff options
context:
space:
mode:
authorDawid Rycerz <dawid@rycerz.xyz>2026-01-12 19:54:27 +0100
committerDawid Rycerz <dawid@rycerz.xyz>2026-01-12 19:54:27 +0100
commit6e19444bd32c271b53971eaad7377e340259100c (patch)
treebeed4bdb0bf8aba654c6d8bdadfe09fdc030cf6d /src/content.config.ts
parent5e7ea1523908774c7e2dbfd47f0c6e0a2f503971 (diff)
Add alt text support
Diffstat (limited to 'src/content.config.ts')
-rw-r--r--src/content.config.ts1
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(),