diff --git a/angular.json b/angular.json index 46049b7..2e5d578 100644 --- a/angular.json +++ b/angular.json @@ -26,10 +26,10 @@ "input": "public" } ], - "styles": [ - "src/styles.scss" - ], - "outputPath":"dist" + "styles": ["src/styles.scss"], + "outputPath": "dist", + "baseHref": "/", + "deployUrl": "/" }, "configurations": { "production": { @@ -87,9 +87,7 @@ "input": "public" } ], - "styles": [ - "src/styles.scss" - ] + "styles": ["src/styles.scss"] } } }