Skip to content

Commit

Permalink
video path fix (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
omarghandour authored Nov 4, 2024
2 parents d3dd872 + f917c4d commit 5407c61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/components/Welcome/Welcome.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ const Welcome = () => {
loop
controls={false}
>
<source src="/pattern.mp4" type="video/mp4" />
<source src="../../../public/pattern.mp4" type="video/mp4" />
</video>
</div>
</div>
Expand Down

1 comment on commit 5407c61

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deploy preview for blackwaves ready!

✅ Preview
https://blackwaves-96xn8y1xo-omarkhaled9913gmailcoms-projects.vercel.app

Built with commit 5407c61.
This pull request is being automatically deployed with vercel-action

Please sign in to comment.