Files
svitan.dev/src/pages/index.astro
Daniel Svitan 84f366198b
All checks were successful
Gitea Build Action / build-astro (push) Successful in 9m29s
🌐 Adds german
2025-10-22 17:21:28 +02:00

9 lines
185 B
Plaintext

---
import Layout from "../layouts/Layout.astro";
import {defaultLang} from "../i18n/ui.ts";
---
<Layout>
<meta http-equiv="refresh" content={`0;url=/${defaultLang}/`}/>
</Layout>