diff --git a/ui/package.json b/ui/package.json index d98b60f9a..f0fa2d460 100644 --- a/ui/package.json +++ b/ui/package.json @@ -4,7 +4,7 @@ "license": "MIT", "scripts": { "ng": "ng", - "start": "ng serve --proxy-config proxy.conf.json --base-href /shibui/", + "start": "ng serve --proxy-config proxy.conf.json", "build": "ng build", "test": "ng test --code-coverage --source-map=true", "lint": "ng lint",