From 91f314237eed36024f6419fbc9a165def1f3ad08 Mon Sep 17 00:00:00 2001 From: kubgus Date: Thu, 15 Aug 2024 03:01:33 +0200 Subject: [PATCH] Remove lazy loading (i dont tolerate lazy people) --- src/components/picture-frame.astro | 2 +- src/components/portrait-container.astro | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/picture-frame.astro b/src/components/picture-frame.astro index d538a6f..d5d4ddc 100644 --- a/src/components/picture-frame.astro +++ b/src/components/picture-frame.astro @@ -3,7 +3,7 @@ const { src, alt } = Astro.props; ---
- {alt} + {alt}