fix: add fetchpriority attribute to hero image for improved loading performance

This commit is contained in:
2026-03-17 12:48:26 +09:00
parent ec7f19d6a9
commit d91acce2f9
+1
View File
@@ -34,6 +34,7 @@ const heroImage = toR2Url(bgImage);
heroImage && (
<Fragment slot="bg">
<img
fetchpriority="high"
src={heroImage}
alt=""
aria-hidden="true"