From f2f8f0929ce6a95e8420a29d31161cac808e6b7a Mon Sep 17 00:00:00 2001 From: Art Lowel Date: Wed, 22 Jun 2022 16:05:03 +0200 Subject: [PATCH] Add the default baseHref value to angular.json --- angular.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/angular.json b/angular.json index 56e06bd86c..2ece0c5e7d 100644 --- a/angular.json +++ b/angular.json @@ -63,7 +63,8 @@ "bundleName": "dspace-theme" } ], - "scripts": [] + "scripts": [], + "baseHref": "/" }, "configurations": { "development": {