X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fenvironments%2Fenvironment.prod.ts;h=e1b736c6183c192607640a640cfa29d58a75b257;hb=a5fa7960bb3d104170738a8b786f7843091cec3b;hp=368aa1389907d2d15d72f32aca57679338917156;hpb=1ebddadd0704812a4600c39cabe2268321e88331;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/src/environments/environment.prod.ts b/client/src/environments/environment.prod.ts index 368aa1389..e1b736c61 100644 --- a/client/src/environments/environment.prod.ts +++ b/client/src/environments/environment.prod.ts @@ -2,5 +2,5 @@ export const environment = { production: true, hmr: false, apiUrl: '', - embedUrl: '/videos/embed' + originServerUrl: '' }