Merge pull request #9284 from backstage/techdocs/same-host-a-download

[TechDocs] Fix download 404 when backend/app hosts are the same
This commit is contained in:
Eric Peterson
2022-02-01 15:13:54 +01:00
committed by GitHub
4 changed files with 39 additions and 1 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-techdocs': patch
---
Fixed a bug where links to files within a TechDocs site that use the `download` attribute would result in a 404 in cases where the TechDocs backend and Backstage frontend application are on the same host.