diff --git a/package.json b/package.json index ada45dd..3229196 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "ng": "ng", "start": "ng serve", "build": "ng build", - "build-gh-pages": "ng build --base-href /bockpit", + "build-gh-pages": "ng build --base-href /bockpit/", "watch": "ng build --watch --configuration development", "test": "ng test" },