"baseHref": "/",

"deployUrl": "/",
This commit is contained in:
miwr 2025-04-16 12:25:40 +02:00
parent 20c02c2e34
commit 5a0bb8b168

View file

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