feat: add thumbhash loading to image

This commit is contained in:
2024-04-06 20:32:32 +02:00
parent 5ea9e2bc20
commit 5d6a219b06
7 changed files with 358 additions and 862 deletions

View File

@@ -13,7 +13,7 @@ const t = useTranslations(Astro.url);
classes="googley-eye-target relative rounded-diag-md border border-neutral gradient grid grid-cols-[250px_1fr] h-[180px] mt-8"
>
<div class="image">
<Image src={MaxImg} alt="its mee" maxWidth={700} />
<Image src={MaxImg} alt="its mee" hash={false} maxWidth={700} />
<div class="eye right">
<GoogleyEye client:load />
</div>