Open
Description
Currently we can't beautify punicode urls, like https://xn--vi8hl0c.ws/
This could be done adding punycode or similar dependency:
https://github.com/sindresorhus/normalize-url/blob/master/index.js#L112
but it's a little heavy (https://bundlephobia.com/[email protected]) so I want investigate and found a workaround first