Closed conlan closed 4 years ago
When entering a URL it doesn't redirect if you don't include the "www" prefix:
https://www.cryptovoxels.com/play?coords=W@340W,275S <-- works https://cryptovoxels.com/play?coords=W@340W,275S <-- doesn't work (times out)
This is an issue because on some platforms like Twitter they hide the www prefix and people have accidentally copied that link leading them to think that CV is broken when they paste it elsewhere:
Fixed!
When entering a URL it doesn't redirect if you don't include the "www" prefix:
https://www.cryptovoxels.com/play?coords=W@340W,275S <-- works https://cryptovoxels.com/play?coords=W@340W,275S <-- doesn't work (times out)