Moved images to static/images/

This commit is contained in:
2023-11-04 16:20:46 +01:00
parent 41c6164cb2
commit 703a2416a6
6 changed files with 1 additions and 1 deletions

View File

@@ -21,7 +21,7 @@
tabindex="0"
>
{#each images as image (image.url)}
<img src={image.url} alt={image.alt} />
<img src="/images/{image.url}" alt={image.alt} />
{/each}
</div>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.5 KiB

View File

Before

Width:  |  Height:  |  Size: 524 KiB

After

Width:  |  Height:  |  Size: 524 KiB

View File

Before

Width:  |  Height:  |  Size: 2.2 MiB

After

Width:  |  Height:  |  Size: 2.2 MiB

View File

Before

Width:  |  Height:  |  Size: 1.9 MiB

After

Width:  |  Height:  |  Size: 1.9 MiB

View File

Before

Width:  |  Height:  |  Size: 2.0 MiB

After

Width:  |  Height:  |  Size: 2.0 MiB