[READ-ONLY] a fast, modern browser for the npm registry

fix: update redirects for subdomains (#1399)

authored by

Alex Savelyev and committed by
GitHub
e38b8ba4 d8e9a4e3

+8 -8
+8 -8
vercel.json
··· 3 3 "trailingSlash": false, 4 4 "redirects": [ 5 5 { 6 - "source": "/", 6 + "source": "/(.*)", 7 7 "has": [ 8 8 { 9 9 "type": "host", ··· 13 13 "destination": "https://discord.gg/NHwgTgAFVV" 14 14 }, 15 15 { 16 - "source": "/", 16 + "source": "/(.*)", 17 17 "has": [ 18 18 { 19 19 "type": "host", ··· 23 23 "destination": "https://bsky.app/profile/npmx.dev" 24 24 }, 25 25 { 26 - "source": "/", 26 + "source": "/(.*)", 27 27 "has": [ 28 28 { 29 29 "type": "host", ··· 33 33 "destination": "https://github.com/npmx-dev/npmx.dev" 34 34 }, 35 35 { 36 - "source": "/", 36 + "source": "/(.*)", 37 37 "has": [ 38 38 { 39 39 "type": "host", ··· 43 43 "destination": "https://github.com/npmx-dev/npmx.dev/issues" 44 44 }, 45 45 { 46 - "source": "/", 46 + "source": "/(.*)", 47 47 "has": [ 48 48 { 49 49 "type": "host", ··· 53 53 "destination": "https://github.com/npmx-dev/npmx.dev/blob/main/CODE_OF_CONDUCT.md" 54 54 }, 55 55 { 56 - "source": "/", 56 + "source": "/(.*)", 57 57 "has": [ 58 58 { 59 59 "type": "host", ··· 63 63 "destination": "https://github.com/npmx-dev/npmx.dev/blob/main/CONTRIBUTING.md" 64 64 }, 65 65 { 66 - "source": "/", 66 + "source": "/(.*)", 67 67 "has": [ 68 68 { 69 69 "type": "host", ··· 73 73 "destination": "https://github.com/npmx-dev/npmx.dev/blob/main/GOVERNANCE.md" 74 74 }, 75 75 { 76 - "source": "/", 76 + "source": "/(.*)", 77 77 "has": [ 78 78 { 79 79 "type": "host",