From bbc5c8eec3069d1f63a83d4d38ff2b1d77eb4655 Mon Sep 17 00:00:00 2001 From: AD2025 Date: Wed, 31 Dec 2025 17:48:19 +0200 Subject: [PATCH] add changes --- angular.json | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) 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"] } } }