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
pull/8189/head
Oliver Günther 5 years ago
parent bf51b24d9c
commit 24d9ae1c4a
No known key found for this signature in database
GPG Key ID: A3A8BDAD7C0C552C
  1. 1
      frontend/angular.json

@ -63,6 +63,7 @@
"options": {
"browserTarget": "OpenProject:build",
"proxyConfig": "cli_to_rails_proxy.js",
"deployUrl": "/assets/frontend/",
"aot": true
},
"configurations": {

Loading…
Cancel
Save