From 24d9ae1c4ab1896cdca37351bd80f3a7e8fce92e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Oliver=20G=C3=BCnther?= Date: Mon, 23 Mar 2020 09:08:45 +0100 Subject: [PATCH] Set asset path in service configuration The webpack server no longer has a static deployUrl, so the assets were just under `/` in develoment mode. If we set the deployUrl in serve only, the path is identitical in both cases --- frontend/angular.json | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/angular.json b/frontend/angular.json index aff13feb3f..78123ebc3f 100644 --- a/frontend/angular.json +++ b/frontend/angular.json @@ -63,6 +63,7 @@ "options": { "browserTarget": "OpenProject:build", "proxyConfig": "cli_to_rails_proxy.js", + "deployUrl": "/assets/frontend/", "aot": true }, "configurations": {