You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, if a site is using Jetpack boost to serve up images, when a cover image is set to be used, the image is served from the origin, not the Jetpack boost CDN.
There is code in place that strips out the Jetpack CDN URL. This code should be removed and we should use what WordPress gives us natively.
Use Case
When a user sets an Apple News cover image it is served with the correct URL. If Jetpack Boost is being used, it should serve the image from the CDN
The text was updated successfully, but these errors were encountered:
Description
Currently, if a site is using Jetpack boost to serve up images, when a cover image is set to be used, the image is served from the origin, not the Jetpack boost CDN.
There is code in place that strips out the Jetpack CDN URL. This code should be removed and we should use what WordPress gives us natively.
Use Case
When a user sets an Apple News cover image it is served with the correct URL. If Jetpack Boost is being used, it should serve the image from the CDN
The text was updated successfully, but these errors were encountered: