HELP! Wix has broken wixLocation.baseUrl

Previously the property wixLocation.baseUrl returned the URL with a trailing slash (in our case https://www.autismaloud.com/ ). But it now returns the same URL without the trailing slash (i.e. https://www.autismaloud.com ). This has caused broken links all throughout our site (and no doubt thousands of other sites).

Help!!

Hi,
The base URL doesn’t change so you can save it as a global variable, add “/” if you wish and then use the variable in your code.