website-astro/src/pages/en/articles/index.astro

6 lines
No EOL
98 B
Text

---
import Page from "../../articles/index.astro"
const { props } = Astro
---
<Page {...props} />