]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/environments/environment.prod.ts
Fix embed url
[github/Chocobozzz/PeerTube.git] / client / src / environments / environment.prod.ts
index 368aa1389907d2d15d72f32aca57679338917156..2e9b9fefebc6caed54d7cf9f3ed191fd70892242 100644 (file)
@@ -2,5 +2,5 @@ export const environment = {
   production: true,
   hmr: false,
   apiUrl: '',
-  embedUrl: '/videos/embed'
+  embedUrl: ''
 }