ng build --base-href /silly-game/test --deploy-url /silly-game/test

This commit is contained in:
miwr 2025-04-16 13:37:30 +02:00
parent f208369c7c
commit c5d70e8bae
2 changed files with 3 additions and 3 deletions

View file

@ -39,8 +39,8 @@
"build": { "build": {
"builder": "@angular-devkit/build-angular:application", "builder": "@angular-devkit/build-angular:application",
"options": { "options": {
"baseHref": "/silly-game/", "baseHref": "/silly-game/test",
"deployUrl": "/silly-game/", "deployUrl": "/silly-game/test",
"outputPath": "dist/silly-game-frontend", "outputPath": "dist/silly-game-frontend",
"index": "src/index.html", "index": "src/index.html",
"browser": "src/main.ts", "browser": "src/main.ts",

View file

@ -4,7 +4,7 @@
"scripts": { "scripts": {
"ng": "ng", "ng": "ng",
"start": "ng serve", "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", "watch": "ng build --watch --configuration development",
"test": "ng test", "test": "ng test",
"lint": "ng lint" "lint": "ng lint"