diff --git a/angular.json b/angular.json index a332653d..b2e3c103 100644 --- a/angular.json +++ b/angular.json @@ -17,6 +17,7 @@ "build": { "builder": "@angular-devkit/build-angular:browser", "options": { + "baseHref": "/", "outputPath": "dist", "index": "src/index.html", "main": "src/main.ts", @@ -34,6 +35,7 @@ }, "configurations": { "production": { + "baseHref": "/dreamfactory/dist/", "budgets": [ { "type": "initial", @@ -42,8 +44,8 @@ }, { "type": "anyComponentStyle", - "maximumWarning": "2kb", - "maximumError": "4kb" + "maximumWarning": "1mb", + "maximumError": "2mb" } ], "outputHashing": "all" diff --git a/dist/index.html b/dist/index.html index d71f83ab..e39fed69 100644 --- a/dist/index.html +++ b/dist/index.html @@ -1,9 +1,8 @@ - + DreamFactory Admin Interface - diff --git a/src/index.html b/src/index.html index bba60110..968282c1 100644 --- a/src/index.html +++ b/src/index.html @@ -3,7 +3,6 @@ DreamFactory Admin Interface -