ng build --base-href /silly-game/test --deploy-url /silly-game/test
This commit is contained in:
parent
f208369c7c
commit
c5d70e8bae
2 changed files with 3 additions and 3 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue