add custom fallback image, fix #195
This commit is contained in:
@@ -98,7 +98,7 @@
|
||||
<img
|
||||
style="aspect-ratio=1.7778;"
|
||||
alt={event.title}
|
||||
src={baseurl + '/noimg.svg'}
|
||||
src={baseurl + '/fallbackimage.png'}
|
||||
loading="lazy"
|
||||
/>
|
||||
{/if}
|
||||
|
||||
Reference in New Issue
Block a user