5 lines
85 B
Text
5 lines
85 B
Text
---
|
|
const { src } = Astro.props;
|
|
---
|
|
|
|
<video controls width="600" src={src}></video>
|