add video component

This commit is contained in:
Felix Roos 2024-01-14 23:22:10 +01:00
parent ceb4376eb8
commit c02976782b
3 changed files with 11 additions and 2 deletions

View file

@ -0,0 +1,5 @@
---
const { src } = Astro.props;
---
<video controls width="600" src={src}></video>