From e46cd9a6b184b93b6898c5944ea99ac01dfcb820 Mon Sep 17 00:00:00 2001 From: Eduard Iten Date: Wed, 1 Apr 2026 10:46:38 +0200 Subject: [PATCH] Animation Fehler --- public/.htaccess | 2 +- src/components/ErrorComponent.astro | 16 +++++++++++++++- 2 files changed, 16 insertions(+), 2 deletions(-) diff --git a/public/.htaccess b/public/.htaccess index 208c898..7cc47fe 100644 --- a/public/.htaccess +++ b/public/.htaccess @@ -1,3 +1,3 @@ ErrorDocument 403 /403.html ErrorDocument 404 /404.html -ErrorDocument 500 /500.html \ No newline at end of file +ErrorDocument 500 /500.html diff --git a/src/components/ErrorComponent.astro b/src/components/ErrorComponent.astro index 9670d6f..ea187a7 100644 --- a/src/components/ErrorComponent.astro +++ b/src/components/ErrorComponent.astro @@ -18,9 +18,19 @@ const { title = "404" } = Astro.props;

- + + + + Fehler {title}

+

-- 2.39.5