feat: use enhanced-img for optimizations

This commit is contained in:
Bart van der Braak 2023-11-19 01:58:16 -08:00
parent 4e1b4cb5fe
commit 2d7bc6793e
7 changed files with 339 additions and 16 deletions

View file

@ -20,7 +20,7 @@
<AppBar background="">
<svelte:fragment slot="lead">
<a href="/" class="md:ml-4 ml-1">
<img width="212" height="32" src="./logo@3x.png" alt="hellob.art logo" />
<enhanced:img width="212" height="32" src="./logo@3x.png" alt="hellob.art logo" />
</a>
</svelte:fragment>