Skip to content

Commit

Permalink
Merge pull request #160 from junior-consulting/move-away-from-aws
Browse files Browse the repository at this point in the history
Move videos from AWS to DigitalOcean
  • Loading branch information
seran-shan authored Dec 28, 2024
2 parents 4f230bf + 1846156 commit bddc66d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 7 deletions.
4 changes: 0 additions & 4 deletions components/Navbar/Navbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,6 @@ const Navbar = () => {
priority
/>
</Link>
{/* <div className={styles.menu}>
<div>Meny</div>
<div className={styles.hamburgerMenu}></div>
</div> */}
</nav>
)
}
Expand Down
2 changes: 1 addition & 1 deletion components/slides/domstol/VideoSlideTech.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import VideoSlide from '../../common/VideoSlide';

const VideoSlideTech = () => {
return (
<VideoSlide src="https://d1rt9v3qpcydso.cloudfront.net/Webstep_DA_tekniskfilm_v01.mp4" autoplay={true} />
<VideoSlide src="https://webstep-kundehistorier.fra1.cdn.digitaloceanspaces.com/Webstep_DA_tekniskfilm_v01.mp4" autoplay={true} />
);
};

Expand Down
3 changes: 1 addition & 2 deletions components/slides/domstol/VideoSlideWebstep.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ import VideoSlide from '../../common/VideoSlide';

const VideoSlideWebstep = () => {
return (
<VideoSlide src="https://d1rt9v3qpcydso.cloudfront.net/Webstep_DA_hovedfilm_v01_utentekst.mp4"
autoplay={true} landscape />
<VideoSlide src="https://d1rt9v3qpcydso.cloudfront.net/Webstep_DA_hovedfilm_v01_utentekst.mp4" autoplay={true} landscape />
);
};

Expand Down

0 comments on commit bddc66d

Please sign in to comment.