website-astro/src/pages/en/work/[slug].astro
2023-04-19 18:24:40 +02:00

9 lines
No EOL
160 B
Text

---
import Page from "../../travaux/[slug].astro"
export { getStaticPaths } from "../../travaux/[slug].astro"
const { props } = Astro
---
<Page {...props} />