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;