Shorten descriptions
All checks were successful
Deploy to Pages / build (push) Successful in 2m51s

This commit is contained in:
Andras Schmelczer 2026-05-28 16:58:04 +01:00
parent b554e92e9f
commit ca6ba2eb51
13 changed files with 15 additions and 15 deletions

View file

@ -50,7 +50,7 @@ const linkSchema = z.object({
const thumbnailSchema = ({ image }: SchemaContext) =>
z.object({
src: image(),
alt: z.string(),
alt: z.string().min(1, 'Thumbnail alt text must not be empty.'),
});
const mediaSchema = ({ image }: SchemaContext) =>