From b05b34ee8ccd030cae0a577bbb1c0ad9612649c2 Mon Sep 17 00:00:00 2001 From: Aramis Sennyey Date: Tue, 22 Nov 2022 15:54:18 -0500 Subject: [PATCH] Vale fix. Signed-off-by: Aramis Sennyey --- .changeset/spotty-numbers-occur.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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.