From 0736c447534443d68bb6c1a9af53fc6734d8512d Mon Sep 17 00:00:00 2001 From: Tara Wilson Date: Thu, 20 Feb 2025 20:59:30 -0500 Subject: [PATCH] Fixing deploy bug --- source/angular.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/source/angular.json b/source/angular.json index c7874ce..4cfb61f 100644 --- a/source/angular.json +++ b/source/angular.json @@ -17,7 +17,10 @@ "build": { "builder": "@angular-devkit/build-angular:application", "options": { - "outputPath": "dist/troop20web", + "outputPath": { + "base": "dist/troop20web", + "browser": "" + }, "index": "src/index.html", "browser": "src/main.ts", "polyfills": [