add 404 and 500 page

This commit is contained in:
2025-05-22 01:33:10 +02:00
parent ece07ada12
commit 29a5aaf4cb
4 changed files with 27 additions and 206 deletions

View File

@@ -15,7 +15,7 @@ const { title, description, footer = true } = Astro.props;
---
<BaseLayout title={title} description={description} viewTransition>
<main class="min-h-[calc(100vh-3.5rem)] h-full w-full">
<main class="min-h-[calc(100vh-3.5rem)] h-full w-full relative">
<slot />
</main>
<nav>