diff --git a/.changeset/spotty-numbers-occur.md b/.changeset/spotty-numbers-occur.md index 4e098f981e..89c0814fd0 100644 --- a/.changeset/spotty-numbers-occur.md +++ b/.changeset/spotty-numbers-occur.md @@ -2,4 +2,6 @@ '@backstage/cli': patch --- -Allow relative URLs to be passed as config values for `app.baseUrl` and `backend.baseUrl`, ie `app.baseUrl` can be `/`. Relative URLs are only supported for frontend builds, the backend still needs the full URL defined before run time. +Allow relative URLs to be passed as config values for `app.baseUrl` and `backend.baseUrl`. For example, `app.baseUrl` can now be `/`. + +Relative URLs are only supported for frontend builds, the backend still needs the full URL defined before run time.