From 7baec56b887282663aac0fc2ca8fab3d26795469 Mon Sep 17 00:00:00 2001 From: Salam-vsem Date: Tue, 20 May 2025 20:16:17 +0300 Subject: [PATCH] optimize hero image --- src/components/Hero.astro | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/Hero.astro b/src/components/Hero.astro index 1b8f019..8ca50ef 100644 --- a/src/components/Hero.astro +++ b/src/components/Hero.astro @@ -30,6 +30,7 @@ const { title, description, cta, image, imageAlt, className } = Astro.props src={image} alt={imageAlt} class="h-full w-full object-cover object-top" + format="webp" loading="eager" />