website-astro/src/pages/en/tags/[tag].astro

9 lines
152 B
Plaintext
Raw Normal View History

2022-12-02 17:29:11 +01:00
---
import Page from "../../tags/[tag].astro"
export { getStaticPaths } from "../../tags/[tag].astro"
const { props } = Astro
---
<Page {...props} />