diff --git a/angular.json b/angular.json index 9f064fe..684d584 100644 --- a/angular.json +++ b/angular.json @@ -39,8 +39,8 @@ "build": { "builder": "@angular-devkit/build-angular:application", "options": { - "baseHref": "/silly-game/", - "deployUrl": "/silly-game/", + "baseHref": "/silly-game/test", + "deployUrl": "/silly-game/test", "outputPath": "dist/silly-game-frontend", "index": "src/index.html", "browser": "src/main.ts", diff --git a/package.json b/package.json index e094004..9b7cda8 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "scripts": { "ng": "ng", "start": "ng serve", - "build": "ng build --base-href /silly-game/ --deploy-url /silly-game/", + "build": "ng build --base-href /silly-game/test --deploy-url /silly-game/test", "watch": "ng build --watch --configuration development", "test": "ng test", "lint": "ng lint"