If you add an url prefixed by three backslashes to a nuxt website, nuxt redirects to the external url. example: https://nuxtjs.org///bing.com This issue was tested on several nuxt websites. ### Versions - nuxt: 2.15.7 - node: v14.17.0 ### Reproduction go to: https://nuxtjs.org///bing.com ### What is Expected? Should redirect to 404 page ### What is actually happening? redirects to external url bing.com