| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
There was a problem hiding this comment.
Thanks @peterwilsoncc looks good
Sorry, something went wrong.
There was a problem hiding this comment.
Nice!
Sorry, something went wrong.
There was a problem hiding this comment.
Sorry, something went wrong.
There was a problem hiding this comment.
@peterwilsoncc Great catch, thanks!
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Summary
Ensure the WebP fallback JavaScript works with sites using plain permalinks.
Fixes #456.
Relevant technical choices
I decided to copy the approach used in the @wordpress/apiFetch rootUrl middleware that handles this exact issue. It seems to work.
Ensures that the querystring does not have a double ? if the site is configured using plain permalinks.
Checklist