Skip to content

Commit 14b516b

Browse files
authored
Move video off AWS+S3. (#525)
1 parent 1d501ea commit 14b516b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ <h4>Learn just what you need to get started, then keep leveling up as you go. <s
2727
<div class="video common-background--grey common-shape--top-white-down-left">
2828
<div class="container">
2929
<div class="video__embed">
30-
<video poster="https://d2biiyjlsh52uh.cloudfront.net/rails/rails-8-demo.webp" src="https://d2biiyjlsh52uh.cloudfront.net/rails/rails-8-demo.mp4" width="1920" height="1080" preload="metadata" controls crossorigin>
31-
<track src="https://d2biiyjlsh52uh.cloudfront.net/rails/rails-8-demo-en.vtt" kind="captions" label="English" srclang="en" default>
30+
<video poster="https://videos.37signals.com/rails/rails-8-demo.webp" src="https://videos.37signals.com/rails/rails-8-demo.mp4" width="1920" height="1080" preload="metadata" controls crossorigin>
31+
<track src="https://videos.37signals.com/rails/rails-8-demo-en.vtt" kind="captions" label="English" srclang="en" default>
3232
</video>
3333
</div>
3434
</div>

0 commit comments

Comments
 (0)