Skip to content

Fix gitlab previews and deployment NOCHANGELOG

The !1664 (merged) introduced two bugs:

in deployment:

the problem is that the frontend tries to load the files from /assets/ but it should be /front/assets/

in GitLab CI previews:

Actually this totally destroys our previews. Can't we have relative paths for imports? I am talking about the CI previews And they live in subdirectories, so we need to have relative paths

This MR fixes those by adding --base ./ to the review_frontend build step and --base /front/ to the deployment build step.

Edited by Georg Krause

Merge request reports