diff options
Diffstat (limited to 'client/src/environments/environment.prod.ts')
-rw-r--r-- | client/src/environments/environment.prod.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/environments/environment.prod.ts b/client/src/environments/environment.prod.ts index 368aa1389..2e9b9fefe 100644 --- a/client/src/environments/environment.prod.ts +++ b/client/src/environments/environment.prod.ts | |||
@@ -2,5 +2,5 @@ export const environment = { | |||
2 | production: true, | 2 | production: true, |
3 | hmr: false, | 3 | hmr: false, |
4 | apiUrl: '', | 4 | apiUrl: '', |
5 | embedUrl: '/videos/embed' | 5 | embedUrl: '' |
6 | } | 6 | } |