Change Dashboard URL

pull/431/head
OscarSotoSanchez 2020-03-26 17:09:50 +01:00
parent ffeb867109
commit e527d8c6da
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@
"name": "frontend", "name": "frontend",
"private": true, "private": true,
"scripts": { "scripts": {
"build": "ng build --output-path ../main/resources/static", "build": "ng build --base-href /dashboard/ --deploy-url /dashboard --output-path ../main/resources/static",
"build-prod": "ng build --prod --output-path ../main/resources/static", "build-prod": "ng build --prod --output-path ../main/resources/static",
"e2e": "ng e2e", "e2e": "ng e2e",
"lint": "ng lint", "lint": "ng lint",