diff --git a/console/ui/angular.json b/console/ui/angular.json index 50a5abf283..d4ef426f56 100644 --- a/console/ui/angular.json +++ b/console/ui/angular.json @@ -57,7 +57,7 @@ }, "production": { "outputPath": "dist/prod", - "baseHref": "/", + "baseHref": "static/", "fileReplacements": [ { "replace": "src/environments/environment.ts", @@ -86,7 +86,7 @@ }, "production-nt": { "outputPath": "dist/prod-nt", - "baseHref": "/", + "baseHref": "static/", "fileReplacements": [ { "replace": "src/environments/environment.ts", diff --git a/console/ui/dist/prod-nt/index.html b/console/ui/dist/prod-nt/index.html index 77e7e33667..6c99108d15 100644 --- a/console/ui/dist/prod-nt/index.html +++ b/console/ui/dist/prod-nt/index.html @@ -1,13 +1,13 @@