Ghost/core/frontend
Fabien O'Carroll 4fcf313816 Fixed subscribers app when missing location
no-issue

The previous version of url-utils's absoluteToRelative function had some
implicit behaviour that was relied on here. Namely that when passed an
empty string as the url AND the withoutSubdirectory option set to true,
we would end up calling the `replace` method on `null` - this would
throw an error and cause the subscribers app to enter the error handling
- which was desired behaviour.

This updates to explicitly check, and execute the error handling based
on the missing location property.
2019-08-13 13:10:27 +08:00
..
apps Fixed subscribers app when missing location 2019-08-13 13:10:27 +08:00
helpers Updated @tryghost/url-utils to v0.2.0 (#11004) 2019-08-12 09:31:42 +01:00
meta Added global site SEO fields to be used in theme helpers (#10930) 2019-07-25 11:08:29 +02:00
services Updated frontend canary url config for page/type 2019-08-13 09:27:43 +05:30