X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fenvironments%2Fenvironment.prod.ts;h=d5dfe55736a9cca038e9af51fbade0b911a9ba77;hb=18ec47d48c591d3ccb015a1a519243b692abb74d;hp=c9f5a3b63fbd46d0e2382ac4e28da40e3b28b9af;hpb=63c4db6d71b98523753c51747e308682d9a2e8a0;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/src/environments/environment.prod.ts b/client/src/environments/environment.prod.ts index c9f5a3b63..d5dfe5573 100644 --- a/client/src/environments/environment.prod.ts +++ b/client/src/environments/environment.prod.ts @@ -1,4 +1,5 @@ export const environment = { production: true, + hmr: false, apiUrl: '' }