diff --git a/package.json b/package.json index 31b37bc..81f8eb0 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "scripts": { "ng": "ng", "start": "ng serve", - "build": "ng build", + "build": "ng build --base-href='./'", "watch": "ng build --watch --configuration development", "test": "ng test" },