Vale fix.

Signed-off-by: Aramis Sennyey <sennyeya@amazon.com>
This commit is contained in:
Aramis Sennyey
2022-11-22 15:54:18 -05:00
parent 3426aec201
commit b05b34ee8c
+3 -1
View File
@@ -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.