Skip to content

Commit

Permalink
fix: correct logo width propertty and type
Browse files Browse the repository at this point in the history
  • Loading branch information
cbontems committed Jun 25, 2023
1 parent 2cd7fb2 commit e4186d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/schema.ts
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ export const imageOptions = z
logo: z
.object({
path: z.string(),
size: z.array(z.number()).optional(),
width: z.number().optional(),
})
.optional(),
fonts: z.array(fontOptions).optional(),
Expand Down

0 comments on commit e4186d9

Please sign in to comment.