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/pages/index.astro | 37 ++++++++++++++++++------------------- 1 file changed, 18 insertions(+), 19 deletions(-) (limited to 'src/pages/index.astro') diff --git a/src/pages/index.astro b/src/pages/index.astro index 3d5da47..7d5ef28 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -163,23 +163,22 @@ import Base from "../layout/Base.astro"; - - - + + -- cgit v1.2.3