We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb7e60b commit a25326eCopy full SHA for a25326e
src/components/VideoBackground/VideoBackground.js
@@ -6,7 +6,7 @@ import styles from './VideoBackground.module.css';
6
export const VideoBackground =()=>{
7
return(
8
<div>
9
- <video src={require('../../assets/videos/video-background.mp4')} autoPlay muted loop className={styles.video}/>
+ <video src={require('../../../public/assets/videos/video-background.mp4')} autoPlay muted loop className={styles.video}/>
10
</div>
11
)
12
}
0 commit comments