diff --git a/frontend/package.json b/frontend/package.json index d95a55b..4337554 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -4,7 +4,7 @@ "scripts": { "ng": "ng", "start": "ng build && python flask run", - "build": "ng build --build-optimizer --baseHref=frontend/dist", + "build": "ng build --build-optimizer --baseHref=frontend/dist/", "watch": "ng build --watch --configuration development", "test": "ng test" },