Skip to content

Commit 661c0a4

Browse files
committed
feat: goveranance and license redirect
1 parent 8a70d6e commit 661c0a4

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

vercel.json

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,26 @@
6060
}
6161
],
6262
"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"
6383
}
6484
]
6585
}

0 commit comments

Comments
 (0)