From 5d703baed11f8f1b44df5ed7e03142cbdce839c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?William=20Herg=C3=A8s?= Date: Sun, 10 Aug 2025 13:27:49 +0200 Subject: refactor(background): use event listener instead of onload --- src/component/MosaicBackground.astro | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) (limited to 'src/component/MosaicBackground.astro') diff --git a/src/component/MosaicBackground.astro b/src/component/MosaicBackground.astro index c8e01f5..8c38bcf 100644 --- a/src/component/MosaicBackground.astro +++ b/src/component/MosaicBackground.astro @@ -7,7 +7,7 @@ const { height = "400" } = Astro.props; -- cgit v1.2.3