All checks were successful
Gitea Build Action / build-astro (push) Successful in 9m29s
9 lines
185 B
Plaintext
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>
|