Skip to content

Commit

Permalink
Merge pull request #29 from WISVCH/updates
Browse files Browse the repository at this point in the history
changed aftermovie to use a youtube link
  • Loading branch information
sajochems authored Nov 3, 2022
2 parents 8673fbb + 0375da9 commit f43f038
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Binary file removed src/assets/AfterMovieComp.mp4
Binary file not shown.
3 changes: 1 addition & 2 deletions src/pages/aftermovie.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,11 @@ import Section from '../components/Section'

import ReactPlayer from 'react-player'

import AfterMovie from '../assets/AfterMovieComp.mp4'
export default () => (
<Page>
<Section>
<H2>Solving Crime in No Time Aftermovie</H2>
<ReactPlayer url={AfterMovie} controls={true} config={{ file: {
<ReactPlayer url={'https://youtu.be/-eZTjspF0FQ'} controls={true} config={{ file: {
attributes: {
controlsList: 'nodownload'
}
Expand Down

0 comments on commit f43f038

Please sign in to comment.