From e03c34913c3f963547ac9649cfdc14af4285d77a Mon Sep 17 00:00:00 2001 From: "a.strutz" Date: Wed, 17 Jan 2024 17:07:00 +0100 Subject: [PATCH] Use correct baseHref --- angular.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/angular.json b/angular.json index aa8f0b1..7f36e0c 100644 --- a/angular.json +++ b/angular.json @@ -45,13 +45,13 @@ } ], "outputHashing": "all", - "baseHref": "astrutz.github.io/amazing/" + "baseHref": "amazing" }, "development": { "optimization": false, "extractLicenses": false, "sourceMap": true, - "baseHref": "astrutz.github.io/amazing/" + "baseHref": "amazing" } }, "defaultConfiguration": "production"