add custom fallback image, fix #195

This commit is contained in:
lesion
2022-10-28 12:01:59 +02:00
parent 7de0206272
commit 7d0a920eb9
10 changed files with 84 additions and 21 deletions

View File

@@ -98,7 +98,7 @@
<img
style="aspect-ratio=1.7778;"
alt={event.title}
src={baseurl + '/noimg.svg'}
src={baseurl + '/fallbackimage.png'}
loading="lazy"
/>
{/if}