We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3d4b430 + d1a7796 commit 64353e4Copy full SHA for 64353e4
1 file changed
src/content.config.ts
@@ -67,7 +67,7 @@ const events = defineCollection({
67
sourceId: z.string(),
68
groupId: z.string(),
69
groupName: z.string(),
70
- groupLogo: z.string().nullable(),
+ groupLogo: z.string().nullable().transform((value) => toLocalGroupLogo(value)),
71
title: z.string(),
72
description: z.string().nullable(),
73
date: z.number(),
@@ -83,7 +83,7 @@ const videos = defineCollection({
83
84
85
86
87
88
player: z.string(),
89
url: z.string().nullable(),
0 commit comments