From d91acce2f964846d5d5d74685f459d714b948279 Mon Sep 17 00:00:00 2001 From: thuanbui Date: Tue, 17 Mar 2026 12:48:26 +0900 Subject: [PATCH] fix: add fetchpriority attribute to hero image for improved loading performance --- src/components/widgets/Hero.astro | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/widgets/Hero.astro b/src/components/widgets/Hero.astro index a1effcd..b364b3d 100644 --- a/src/components/widgets/Hero.astro +++ b/src/components/widgets/Hero.astro @@ -34,6 +34,7 @@ const heroImage = toR2Url(bgImage); heroImage && (