Merge pull request #28484 from jenil-harness/techdocs-fix

fix: Techdocs base url should be app.baseUrl
This commit is contained in:
John Philip
2025-01-20 03:25:07 -05:00
committed by GitHub
2 changed files with 11 additions and 3 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@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.