From 0d78cb4cfd8807b7302fc47758ca700fe7432d36 Mon Sep 17 00:00:00 2001 From: ice Date: Sun, 21 Apr 2024 19:06:12 -0400 Subject: [PATCH] Fix Path --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" },