diff --git a/fern/products/cli-api-reference/cli-changelog/2026-05-02.mdx b/fern/products/cli-api-reference/cli-changelog/2026-05-02.mdx index 8e629701b..b73d2fd78 100644 --- a/fern/products/cli-api-reference/cli-changelog/2026-05-02.mdx +++ b/fern/products/cli-api-reference/cli-changelog/2026-05-02.mdx @@ -1,3 +1,7 @@ +## 5.7.5 +**`(fix):`** Send `customDomains` when publishing docs translations so FDR mirrors the translated blob to every URL the docs are published to. Previously translations were only written under the canonical fern URL, so docs sites served from a custom domain with a basepath (e.g. `buildwithfern.com/learn`) 404'd on every localized page. + + ## 5.7.4 **`(fix):`** Strip Windows drive letter prefixes from resolved image paths in docs preview to prevent raw filesystem paths from leaking into rendered HTML on Windows.