"deployUrl": "/silly-game/"
This commit is contained in:
parent
bd4d230f88
commit
f208369c7c
1 changed files with 2 additions and 2 deletions
|
@ -39,8 +39,8 @@
|
|||
"build": {
|
||||
"builder": "@angular-devkit/build-angular:application",
|
||||
"options": {
|
||||
"baseHref": "/",
|
||||
"deployUrl": "/",
|
||||
"baseHref": "/silly-game/",
|
||||
"deployUrl": "/silly-game/",
|
||||
"outputPath": "dist/silly-game-frontend",
|
||||
"index": "src/index.html",
|
||||
"browser": "src/main.ts",
|
||||
|
|
Loading…
Reference in a new issue