From 9be8702e6aa8aed600a41dd8698787fe52db1d63 Mon Sep 17 00:00:00 2001 From: Chaoscaot Date: Wed, 17 Dec 2025 21:34:26 +0100 Subject: [PATCH] fix: Change script tag to type="module" in dashboard and login pages --- src/pages/dashboard.astro | 2 +- src/pages/login.astro | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/dashboard.astro b/src/pages/dashboard.astro index c4ad889..e8939f5 100644 --- a/src/pages/dashboard.astro +++ b/src/pages/dashboard.astro @@ -5,7 +5,7 @@ import { t } from "astro-i18n"; --- -