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
Since they're using WordPress, I assume that this issue affects other sites as well – I guess they're using a plugin that automatically converts images to WEBPs.
The text was updated successfully, but these errors were encountered:
Thanks for reporting. I've implemented specific site support for fantasytopics.com for now, I'll implement a full rule for this later. I think probably a good approach would be to remove -\dx\d first, then remove .webp (in case it doesn't work)
Right now, for example, https://fantasytopics.com/wp-content/uploads/2022/07/Ore-Distribution-735x631.jpg.webp redirects to https://fantasytopics.com/wp-content/uploads/2022/07/Ore-Distribution.jpg.webp, which is a 404 page. The full image can be accessed by removing the WEBP suffix – at https://fantasytopics.com/wp-content/uploads/2022/07/Ore-Distribution.jpg.
Since they're using WordPress, I assume that this issue affects other sites as well – I guess they're using a plugin that automatically converts images to WEBPs.
The text was updated successfully, but these errors were encountered: