Skip to content

Commit

Permalink
uppy.io homepage: Add Tus
Browse files Browse the repository at this point in the history
  • Loading branch information
arturi committed Aug 22, 2022
1 parent 50744a3 commit b0a130b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/themes/uppy/layout/index.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@
<link href="https://releases.transloadit.com/uppy/v3.0.0/uppy.min.css" rel="stylesheet">

<script type="module">
import { Uppy, Dashboard, RemoteSources, Webcam, ImageEditor, Audio, ScreenCapture } from "https://releases.transloadit.com/uppy/v3.0.0/uppy.min.mjs"
import { Uppy, Dashboard, RemoteSources, Webcam, ImageEditor, Audio, ScreenCapture, Tus } from "https://releases.transloadit.com/uppy/v3.0.0/uppy.min.mjs"
window.addEventListener('DOMContentLoaded', function() {
const TUS_ENDPOINT = 'https://tusd.tusdemo.net/files/'
let COMPANION_ENDPOINT = 'http://localhost:3020'
Expand Down

0 comments on commit b0a130b

Please sign in to comment.