Authelia funktionert, errorpage angepasst
All checks were successful
Build and Deploy / build-and-deploy (push) Successful in 12s
All checks were successful
Build and Deploy / build-and-deploy (push) Successful in 12s
This commit is contained in:
@@ -11,7 +11,7 @@ interface props {
|
|||||||
const { title = "404" } = Astro.props;
|
const { title = "404" } = Astro.props;
|
||||||
---
|
---
|
||||||
|
|
||||||
<div class="grid place-items-center min-h-[60vh] w-full error-component">
|
<div class="grid place-items-center min-h-[60vh] w-full error-component mt-6">
|
||||||
<div
|
<div
|
||||||
class="w-full sm:max-w-lg bg-red-50 text-red-500 p-0 sm:rounded-lg sm:shadow border-b-2 sm:border-2 border-red-500 text-center"
|
class="w-full sm:max-w-lg bg-red-50 text-red-500 p-0 sm:rounded-lg sm:shadow border-b-2 sm:border-2 border-red-500 text-center"
|
||||||
>
|
>
|
||||||
|
|||||||
Reference in New Issue
Block a user