1 parent 400a1c9 commit cac6102Copy full SHA for cac6102
1 file changed
src/pages/en/contact.astro
@@ -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