From 796d236d79bf79b2efea1b94a4aaf292cd0ea915 Mon Sep 17 00:00:00 2001 From: Eduard Iten Date: Wed, 1 Apr 2026 17:44:43 +0200 Subject: [PATCH] Authelia funktionert, errorpage angepasst --- src/components/ErrorComponent.astro | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/components/ErrorComponent.astro b/src/components/ErrorComponent.astro index 67e670b..e44978f 100644 --- a/src/components/ErrorComponent.astro +++ b/src/components/ErrorComponent.astro @@ -11,9 +11,9 @@ interface props { const { title = "404" } = Astro.props; --- -
+