Merge pull request #1699 from atmire/add-default-basehref-to-angular-json

Add the default baseHref value to angular.json
This commit is contained in:
Tim Donohue
2022-06-22 10:29:13 -05:00
committed by GitHub

View File

@@ -63,7 +63,8 @@
"bundleName": "dspace-theme" "bundleName": "dspace-theme"
} }
], ],
"scripts": [] "scripts": [],
"baseHref": "/"
}, },
"configurations": { "configurations": {
"development": { "development": {