|
@@ -57,7 +57,7 @@ function initUppy () {
|
|
target: '#uppy-dashboard-container',
|
|
target: '#uppy-dashboard-container',
|
|
note: 'Images only, 1–2 files, up to 1 MB'
|
|
note: 'Images only, 1–2 files, up to 1 MB'
|
|
})
|
|
})
|
|
- .use(Instagram, { target: Dashboard, serverUrl: 'https://api2.transloadit.com/companion' })
|
|
|
|
|
|
+ .use(Instagram, { target: Dashboard, serverUrl: 'https://api2.transloadit.com/companion', serverPattern: /\.transloadit\.com$/ })
|
|
.use(Webcam, { target: Dashboard })
|
|
.use(Webcam, { target: Dashboard })
|
|
|
|
|
|
uppy
|
|
uppy
|