From b0984843c00cd36858ac6c9b9a52b9c087e3ff06 Mon Sep 17 00:00:00 2001 From: Max Date: Fri, 2 Feb 2024 16:25:08 +0100 Subject: [PATCH] Updated build path to backend static url --- frontend/angular.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/angular.json b/frontend/angular.json index 3af4900..8fbc1d7 100644 --- a/frontend/angular.json +++ b/frontend/angular.json @@ -17,7 +17,7 @@ "build": { "builder": "@angular-devkit/build-angular:application", "options": { - "outputPath": "dist/frontend", + "outputPath": "../src/main/resources/static", "index": "src/index.html", "browser": "src/main.ts", "polyfills": [