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

Configure Feed

Select the types of activity you want to include in your feed.

feat: governance and license redirect (#582)

authored by

patak and committed by
GitHub
9936492a 8dc7254d

+20
+20
vercel.json
··· 60 60 } 61 61 ], 62 62 "destination": "https://github.com/npmx-dev/npmx.dev/blob/main/CONTRIBUTING.md" 63 + }, 64 + { 65 + "source": "/", 66 + "has": [ 67 + { 68 + "type": "host", 69 + "value": "governance.npmx.dev" 70 + } 71 + ], 72 + "destination": "https://github.com/npmx-dev/npmx.dev/blob/main/GOVERNANCE.md" 73 + }, 74 + { 75 + "source": "/", 76 + "has": [ 77 + { 78 + "type": "host", 79 + "value": "license.npmx.dev" 80 + } 81 + ], 82 + "destination": "https://github.com/npmx-dev/npmx.dev/blob/main/LICENSE" 63 83 } 64 84 ] 65 85 }