diff --git a/.changeset/proud-dryers-act.md b/.changeset/proud-dryers-act.md index b0e1446c97..4bc7a98fdb 100644 --- a/.changeset/proud-dryers-act.md +++ b/.changeset/proud-dryers-act.md @@ -1,5 +1,5 @@ --- -'@backstage/plugin-techdocs': major +'@backstage/plugin-techdocs': patch --- 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.