Skip to content

Commit 590a10f

Browse files
committed
[video] fix broken video urls
1 parent 00d4481 commit 590a10f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/pages/AboutPage.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ const AboutPage: React.FC = () => {
5656
style={{ maxHeight: "500px", objectFit: "cover" }}
5757
>
5858
<source
59-
src={`${process.env.PUBLIC_URL}/download/static/video/introduction_video.mp4`}
59+
src="https://neurojson.io/io/download/static/videos/introduction_video.mp4"
6060
type="video/mp4"
6161
/>
6262
Your browser does not support the video tag.
@@ -128,7 +128,7 @@ const AboutPage: React.FC = () => {
128128
style={{ maxHeight: "500px", objectFit: "cover" }}
129129
>
130130
<source
131-
src={`${process.env.PUBLIC_URL}/download/static/video/preview_video.mp4`}
131+
src=https://neurojson.io/io/download/static/videos/preview_video.mp4"
132132
type="video/mp4"
133133
/>
134134
Your browser does not support the video tag.

0 commit comments

Comments
 (0)