From 09035e3acda6c06995fd0c81b53afc8408bdde28 Mon Sep 17 00:00:00 2001 From: Chaoscaot Date: Wed, 17 Dec 2025 21:36:55 +0100 Subject: [PATCH] fix: Update script tags to remove inline type and improve page load handling in dashboard and login pages --- src/pages/dashboard.astro | 14 ++++++++------ src/pages/login.astro | 15 ++++++++------- 2 files changed, 16 insertions(+), 13 deletions(-) diff --git a/src/pages/dashboard.astro b/src/pages/dashboard.astro index e8939f5..6c49ce2 100644 --- a/src/pages/dashboard.astro +++ b/src/pages/dashboard.astro @@ -5,16 +5,18 @@ import { t } from "astro-i18n"; --- - diff --git a/src/pages/login.astro b/src/pages/login.astro index 5f1c7f7..127babe 100644 --- a/src/pages/login.astro +++ b/src/pages/login.astro @@ -6,17 +6,18 @@ import BackgroundImage from "../components/BackgroundImage.astro"; --- -