From 59dc45bffe4290e816eb313a3b3ebac85ec41e3a Mon Sep 17 00:00:00 2001 From: z0x Date: Sat, 3 May 2025 22:08:19 -0400 Subject: [PATCH] feat(index): add fetchpriority="high" to logo --- src/components/Logo.astro | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/Logo.astro b/src/components/Logo.astro index 3a4dfd7..23ddee5 100644 --- a/src/components/Logo.astro +++ b/src/components/Logo.astro @@ -8,4 +8,5 @@ import logo from "/src/assets/logo.svg"; alt="logo" loading="eager" class="w-48 opacity-0 motion-logo" + fetchpriority="high" />