From dfa24872a3fc005e34b7ca8a48cdce369887af51 Mon Sep 17 00:00:00 2001 From: Cameron Otsuka Date: Mon, 16 Mar 2026 21:36:58 -0700 Subject: [PATCH] tighten font preload --- src/components/head/base.astro | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/src/components/head/base.astro b/src/components/head/base.astro index f7ced53..ec70bfb 100644 --- a/src/components/head/base.astro +++ b/src/components/head/base.astro @@ -22,8 +22,18 @@ const { title, description } = Astro.props; - - + + -- 2.53.0