From f83c1e907afed9c675e1baa3748ab75e7c7b00de Mon Sep 17 00:00:00 2001 From: KazooTTT Date: Wed, 5 Feb 2025 21:59:24 +0800 Subject: [PATCH] fix: remote url --- src/components/blog/Masthead.astro | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/blog/Masthead.astro b/src/components/blog/Masthead.astro index ee340be..5d6396a 100644 --- a/src/components/blog/Masthead.astro +++ b/src/components/blog/Masthead.astro @@ -30,6 +30,7 @@ const dateTimeOptions: Intl.DateTimeFormatOptions = { fetchpriority="high" loading="eager" src={data.banner} + inferSize={true} /> )