Fixing deploy bug

This commit is contained in:
Tara Wilson 2025-02-20 20:59:30 -05:00
parent 87e02c6a91
commit 0736c44753

View File

@ -17,7 +17,10 @@
"build": { "build": {
"builder": "@angular-devkit/build-angular:application", "builder": "@angular-devkit/build-angular:application",
"options": { "options": {
"outputPath": "dist/troop20web", "outputPath": {
"base": "dist/troop20web",
"browser": ""
},
"index": "src/index.html", "index": "src/index.html",
"browser": "src/main.ts", "browser": "src/main.ts",
"polyfills": [ "polyfills": [