fix: Changed to patch from major

Signed-off-by: Jenil Jain <jenil.jain@harness.io>
This commit is contained in:
Jenil Jain
2025-01-15 18:39:02 +05:30
parent 5b33b7bdcb
commit 6d9e732e33
+1 -1
View File
@@ -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.