Files
studio-2025/src/pages/en/about.astro
Leander Furumo 782447bb12 add i18n support
vibe coded. should not be used but I'll commit it to a separate branch just in case
2025-06-23 22:50:03 +02:00

8 lines
151 B
Plaintext

---
import Layout from '@layouts/Layout.astro';
import About from '@components/About.astro';
---
<Layout lang="en">
<About lang="en" />
</Layout>