Skip to content

Commit 746e4de

Browse files
committed
chore: 不要なコメントを削除
1 parent 41c2085 commit 746e4de

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

2025/src/content/config.ts

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,6 @@ const sponsors = defineCollection({
1212
name: z.string(),
1313
url: z.string().url(),
1414
image: z.string(),
15-
// sponsor: z.array(
16-
// z.object({
17-
// rank: z.enum(['gold', 'silver', 'bronze']),
18-
// name: z.string(),
19-
// url: z.string().url(),
20-
// image: z.string()
21-
// })
22-
// )
2315
}),
2416
});
2517

0 commit comments

Comments
 (0)