From f4be93445d9a48e57ff4da8bcac6c5c5c6f09dd9 Mon Sep 17 00:00:00 2001 From: Jenil Jain Date: Wed, 15 Jan 2025 14:53:35 +0530 Subject: [PATCH] fix: Added Changeset Signed-off-by: Jenil Jain --- .changeset/proud-dryers-act.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/proud-dryers-act.md diff --git a/.changeset/proud-dryers-act.md b/.changeset/proud-dryers-act.md new file mode 100644 index 0000000000..b0e1446c97 --- /dev/null +++ b/.changeset/proud-dryers-act.md @@ -0,0 +1,5 @@ +--- +'@backstage/plugin-techdocs': major +--- + +Changed the base URL in addLinkClickListener from window.location.origin to app.baseUrl for improved path handling. This fixes an issue where Backstage, when running on a subpath, was unable to handle non-Backstage URLs of the same origin correctly.