Skip to content

Commit

Permalink
fix: add imagePath to video link
Browse files Browse the repository at this point in the history
  • Loading branch information
rotimi-best committed Dec 14, 2023
1 parent 50b9389 commit 8fe2974
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/docs/pages/contributor-guides/student-dashboard.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ In this guide I will be showing you how to set up a local student dashboard for
### Demo

<video width="100%" controls>
<source src="/local-student-dashboard-setup.mp4" type="video/mp4" />
<source src={`${process.env.imagePath}/local-student-dashboard-setup.mp4`} type="video/mp4" />
</video>

2 comments on commit 8fe2974

@vercel
Copy link

@vercel vercel bot commented on 8fe2974 Dec 14, 2023

Choose a reason for hiding this comment

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

@vercel
Copy link

@vercel vercel bot commented on 8fe2974 Dec 14, 2023

Choose a reason for hiding this comment

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

Successfully deployed to the following URLs:

landingpage – ./apps/classroomio-com

landingpage-git-main-rotimi-best.vercel.app
landingpage-rotimi-best.vercel.app
classroomio-com.vercel.app

Please sign in to comment.