pantheon-systems / wordpress-composer-managed

WordPress boilerplate with Composer, easier configuration, and an improved folder structure
https://docs.pantheon.io/guides/wordpress-composer
MIT License
3 stars 4 forks source link

[CMSP-1459] Fixes URL normalization process #138

Closed jazzsequence closed 2 months ago

jazzsequence commented 2 months ago

This pull request

This resolves an issue where URLs were being interpreted incorrectly. Most notably, WP core library urls (e.g. to files like /wp-includes/js/dist/interactivity.min.js) were being rendered as https://dev-cxr-wpcm-canary-test.pantheonsite.io/wp-includes/js/dist/interactivity.min.js/?ver=6.5.5.

Additionally, this should resolve the issues with URL structure causing the canary tests to fail.