We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00d4481 commit 590a10fCopy full SHA for 590a10f
1 file changed
src/pages/AboutPage.tsx
@@ -56,7 +56,7 @@ const AboutPage: React.FC = () => {
56
style={{ maxHeight: "500px", objectFit: "cover" }}
57
>
58
<source
59
- src={`${process.env.PUBLIC_URL}/download/static/video/introduction_video.mp4`}
+ src="https://neurojson.io/io/download/static/videos/introduction_video.mp4"
60
type="video/mp4"
61
/>
62
Your browser does not support the video tag.
@@ -128,7 +128,7 @@ const AboutPage: React.FC = () => {
128
129
130
131
- src={`${process.env.PUBLIC_URL}/download/static/video/preview_video.mp4`}
+ src=https://neurojson.io/io/download/static/videos/preview_video.mp4"
132
133
134
0 commit comments