feat: add thumbhash loading to image
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user