Breaking changes
All checks were successful
Build and Deploy Container / build_and_deploy (push) Successful in 41s
All checks were successful
Build and Deploy Container / build_and_deploy (push) Successful in 41s
This commit is contained in:
10
src/pages/index.astro
Normal file
10
src/pages/index.astro
Normal file
@@ -0,0 +1,10 @@
|
||||
---
|
||||
import Base from "../layouts/Base.astro";
|
||||
---
|
||||
<Base path="/">
|
||||
<meta http-equiv="refresh" content="0;url=/de/" />
|
||||
<main class="max-w-7xl mx-auto px-6 py-12">
|
||||
<h1 class="text-2xl font-bold">Weiterleitung</h1>
|
||||
<p class="mt-4">Die Seite wurde verschoben nach <a href="/de/" class="underline">/de/</a>. Sollte die automatische Weiterleitung fehlschlagen, klicke den Link.</p>
|
||||
</main>
|
||||
</Base>
|
||||
Reference in New Issue
Block a user