feat(showcase): add more items

This commit is contained in:
HugoRCD
2025-04-03 12:11:27 +02:00
parent 52a97e2df7
commit 70d0de432e
3 changed files with 21 additions and 6 deletions

View File

@@ -69,6 +69,7 @@ export const collections = {
items: z.array(z.object({
name: z.string(),
url: z.string(),
github: z.string().optional(),
screenshotUrl: z.string().optional(),
screenshotOptions: z.object({
delay: z.number()