Skip to content

Commit

Permalink
merge
Browse files Browse the repository at this point in the history
  • Loading branch information
bluwy committed Oct 11, 2024
1 parent 41892a4 commit 65b491c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
<<<<<<< HEAD
<video controls="" name="media" transition:persist transition:name="video" autoplay>
<source src="/video.mp4" type="video/mp4">
=======
---
import vidUrl from '../assets/astro-build.mp4';
---
<video controls="" autoplay="" transition:persist transition:name="video" autoplay>
<video controls="" transition:persist transition:name="video" autoplay>
<source src={vidUrl} type="video/mp4">
>>>>>>> main
</video>

0 comments on commit 65b491c

Please sign in to comment.