"baseHref": "/silly-game/",
All checks were successful
ci / build (push) Successful in 1m17s

"deployUrl": "/silly-game/"
This commit is contained in:
miwr 2025-04-16 13:20:33 +02:00
parent bd4d230f88
commit f208369c7c

View file

@ -39,8 +39,8 @@
"build": { "build": {
"builder": "@angular-devkit/build-angular:application", "builder": "@angular-devkit/build-angular:application",
"options": { "options": {
"baseHref": "/", "baseHref": "/silly-game/",
"deployUrl": "/", "deployUrl": "/silly-game/",
"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",