From 532f1167547324ec532cb49568aa9b7dcfa5d448 Mon Sep 17 00:00:00 2001 From: Derek Holloway Date: Mon, 16 Jun 2025 19:13:27 -0700 Subject: [PATCH] Fix compile problem --- src/MistoxWebsite.Client/angular.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/MistoxWebsite.Client/angular.json b/src/MistoxWebsite.Client/angular.json index 7044435..f04c7ab 100644 --- a/src/MistoxWebsite.Client/angular.json +++ b/src/MistoxWebsite.Client/angular.json @@ -26,7 +26,8 @@ ], "styles": [ "src/styles.css" - ] + ], + "outputPath": "resources/static" }, "configurations": { "production": {