From c5d70e8baef0e1214baac969e2cf2836e63b2644 Mon Sep 17 00:00:00 2001 From: miwr Date: Wed, 16 Apr 2025 13:37:30 +0200 Subject: [PATCH] ng build --base-href /silly-game/test --deploy-url /silly-game/test --- angular.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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"