diff --git a/ui/package.json b/ui/package.json index b2b4f2b3..c2d03349 100644 --- a/ui/package.json +++ b/ui/package.json @@ -5,8 +5,8 @@ "ng": "ng", "start": "ng serve --disable-host-check --host 0.0.0.0", "start_ssl": "ng serve --disable-host-check --host 0.0.0.0 --ssl", - "build": "ng build --base-href='/ui/'", - "watch": "ng build --base-href='/ui/' --watch --configuration development", + "build": "ng build --base-href='/'", + "watch": "ng build --base-href='/' --watch --configuration development", "test": "ng test", "lint": "ng lint", "format:cli": "ng lint && npx prettier .",