Skip to content

Commit

Permalink
1.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
pasqualevitiello committed Mar 28, 2023
1 parent 7b9b0f4 commit d0160ad
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# CHANGELOG.md

## [1.3.3] - 2023-03-28

- Fix video

## [1.3.2] - 2023-03-28

- Add self-hosted video
Expand Down
1 change: 1 addition & 0 deletions public/_redirects
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/* /index.html 200
File renamed without changes.
2 changes: 1 addition & 1 deletion src/partials/HeroHome.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ function HeroHome() {
<Modal id="modal" ariaLabel="modal-headline" show={videoModalOpen} handleClose={() => setVideoModalOpen(false)}>
<div className="relative pb-9/16">
<video ref={video} className="absolute w-full h-full" width="1920" height="1080" loop autoPlay controls>
<source src="../src/videos/video.mp4" type="video/mp4" />
<source src="/videos/video.mp4" type="video/mp4" />
Your browser does not support the video tag.
</video>
</div>
Expand Down

0 comments on commit d0160ad

Please sign in to comment.