diff --git a/angular.json b/angular.json index f30c166..a69aeb5 100644 --- a/angular.json +++ b/angular.json @@ -30,7 +30,13 @@ }, "configurations": { "production": { - "outputHashing": "all" + "outputHashing": "all", + "fileReplacements": [ + { + "replace": "src/environments/environment.ts", + "with": "src/environments/environment.prod.ts" + } + ] }, "development": { "optimization": false, diff --git a/index.html b/index.html index abc4f2d..7cb6691 100644 --- a/index.html +++ b/index.html @@ -25,5 +25,26 @@