From 7ca470d078925d5db5b77ccb3e2586b20f9fafe0 Mon Sep 17 00:00:00 2001 From: z0x Date: Thu, 30 Jan 2025 20:59:58 -0500 Subject: [PATCH] revert(index): revert removal of eager loading --- src/components/Logo.astro | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/components/Logo.astro b/src/components/Logo.astro index 846114c..3a4dfd7 100644 --- a/src/components/Logo.astro +++ b/src/components/Logo.astro @@ -3,4 +3,9 @@ import { Image } from "astro:assets"; import logo from "/src/assets/logo.svg"; --- - +