From e527d8c6da4729908552ecbb8c1b9632151f6844 Mon Sep 17 00:00:00 2001 From: OscarSotoSanchez Date: Thu, 26 Mar 2020 17:09:50 +0100 Subject: [PATCH] Change Dashboard URL --- openvidu-server/src/dashboard/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openvidu-server/src/dashboard/package.json b/openvidu-server/src/dashboard/package.json index fea26eda..436a324e 100644 --- a/openvidu-server/src/dashboard/package.json +++ b/openvidu-server/src/dashboard/package.json @@ -42,7 +42,7 @@ "name": "frontend", "private": true, "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", "e2e": "ng e2e", "lint": "ng lint",