feat: implement internationalization (i18n) support

This commit is contained in:
radishzzz 2025-01-18 00:01:25 +00:00
parent 32ffec8480
commit d6c98880d3
17 changed files with 247 additions and 18 deletions

7
src/pages/about.astro Normal file
View file

@ -0,0 +1,7 @@
---
import Layout from '@/layouts/Layout.astro'
---
<Layout>
about me
</Layout>