diff --git a/src/environments/environment.ts b/src/environments/environment.ts index b7f639a..4f0114a 100644 --- a/src/environments/environment.ts +++ b/src/environments/environment.ts @@ -4,5 +4,5 @@ // The list of which env maps to which file can be found in `.angular-cli.json`. export const environment = { - production: false + production: true };