Ghost/core/frontend/apps/amp/lib
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
..
helpers Fixed AMP URLs not being transformed to absolute (#12737) 2021-03-06 09:43:50 +00:00
views Update AMP template with accent color if available 2021-03-04 14:22:37 -05:00
router.js Switched frontend i18n requires to go through proxy 2020-11-26 14:00:28 +00:00