add video component
This commit is contained in:
parent
ceb4376eb8
commit
c02976782b
3 changed files with 11 additions and 2 deletions
5
website/src/components/BlogVideo.astro
Normal file
5
website/src/components/BlogVideo.astro
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
const { src } = Astro.props;
|
||||
---
|
||||
|
||||
<video controls width="600" src={src}></video>
|
||||
Loading…
Add table
Add a link
Reference in a new issue