strudel/website/src/components/BlogVideo.astro
2024-01-14 23:22:10 +01:00

5 lines
85 B
Text

---
const { src } = Astro.props;
---
<video controls width="600" src={src}></video>