Skip to content

Commit cac6102

Browse files
committed
feat(i18n): add English contact page implementation with localization support
1 parent 400a1c9 commit cac6102

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

src/pages/en/contact.astro

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
// Cascarón de ruta: la implementación real vive en src/pages/contact.astro.
3+
// Ver docs/plan-i18n-en.md §2.3.
4+
import Contact from '../contact.astro'
5+
export const prerender = false
6+
---
7+
8+
<Contact />

0 commit comments

Comments
 (0)