Ghost/core/frontend/apps
Kevin Ansfield ee6ca9b654
Fixed AMP URLs not being transformed to absolute (#12737)
refs https://github.com/TryGhost/Team/issues/467
refs https://github.com/TryGhost/Ghost/pull/12731

- AMP helper fetches HTML directly from the database rather than fetching via the API so we can't rely on the API serializers to perform transforms for us
- switched the `relativeToAbsolute(html)` call to `transformReadyToAbsolute(html)` to match the new `__GHOST_URL__` storage format
2021-03-06 09:43:50 +00:00
..
amp Fixed AMP URLs not being transformed to absolute (#12737) 2021-03-06 09:43:50 +00:00
private-blogging 💡 Renamed the cookie used for the private mode 2021-02-02 16:12:10 +00:00