docs(showcase): add kleinezeitung.at

This commit is contained in:
Benjamin Canac
2026-08-17 16:10:53 +02:00
parent cf5f15e3c4
commit f6d188bd78
3 changed files with 10 additions and 1 deletions
+4 -1
View File
@@ -150,7 +150,10 @@ export const collections = {
url: z.string(),
screenshotUrl: z.string().optional(),
screenshotOptions: z.object({
delay: z.number()
delay: z.number().optional(),
width: z.number().optional(),
cookies: z.array(z.string()).optional(),
removeElements: z.array(z.string()).optional()
}).optional()
}))
})
+6
View File
@@ -29,6 +29,12 @@ items:
url: https://www.juno.one/
- name: Kassebil
url: https://kassebil.dk/
- name: Kleine Zeitung
url: https://www.kleinezeitung.at/
screenshotOptions:
width: 1024
delay: 5
removeElements: ['[id^="piano"]']
- name: LearnVue
url: https://learnvue.co/
- name: LunixPOS
Binary file not shown.

After

Width:  |  Height:  |  Size: 1019 KiB