Skip to content
This repository has been archived by the owner on May 8, 2024. It is now read-only.

Commit

Permalink
chore: update urls
Browse files Browse the repository at this point in the history
  • Loading branch information
luwes committed May 20, 2022
1 parent 5f32587 commit 3fb3117
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ It was primarily built for use in [Media Chrome](https://github.com/muxinc/media

```html
<script src="https://www.gstatic.com/cv/js/sender/v1/cast_sender.js?loadCastFramework=1"></script>
<script type="module" src="./castable-video.js"></script>
<script type="module" src="https://cdn.jsdelivr.net/npm/castable-video"></script>

<video
id="castable"
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ <h1>Castable Video</h1>
label="English"
kind="captions"
srclang="en"
src="./en-cc.vtt"
src="https://castable-video.vercel.app/en-cc.vtt"
/>
</video>

Expand Down

1 comment on commit 3fb3117

@vercel
Copy link

@vercel vercel bot commented on 3fb3117 May 20, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

castable-video – ./

castable-video-mux.vercel.app
castable-video.vercel.app
castable-video-git-main-mux.vercel.app

Please sign in to comment.