Fix Angular base href

This commit is contained in:
Matteo Gheza 2021-12-27 13:12:47 +01:00
parent 5623665d90
commit 3ac0614163
2 changed files with 1 additions and 2 deletions

View File

@ -39,7 +39,6 @@
"build": {
"builder": "@angular-devkit/build-angular:browser",
"options": {
"baseHref": "./",
"outputPath": "../backend/dist-frontend",
"index": "src/index.html",
"main": "src/main.ts",

View File

@ -4,7 +4,7 @@
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"build": "ng build --base-href=./",
"watch": "ng build --watch --configuration development",
"test": "ng test"
},