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.