fix: Added Changeset

Signed-off-by: Jenil Jain <jenil.jain@harness.io>
This commit is contained in:
Jenil Jain
2025-01-15 14:53:35 +05:30
parent 9562155b8b
commit f4be93445d
+5
View File
@@ -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.