Skip to content

Commit 03848f2

Browse files
authored
chore: add common redirects (#89)
1 parent 9d7a6ff commit 03848f2

1 file changed

Lines changed: 50 additions & 0 deletions

File tree

vercel.json

Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,56 @@
1010
}
1111
],
1212
"destination": "https://discord.gg/NHwgTgAFVV"
13+
},
14+
{
15+
"source": "/",
16+
"has": [
17+
{
18+
"type": "host",
19+
"value": "social.npmx.dev"
20+
}
21+
],
22+
"destination": "https://bsky.app/profile/npmx.dev"
23+
},
24+
{
25+
"source": "/",
26+
"has": [
27+
{
28+
"type": "host",
29+
"value": "repo.npmx.dev"
30+
}
31+
],
32+
"destination": "https://github.com/npmx-dev/npmx.dev"
33+
},
34+
{
35+
"source": "/",
36+
"has": [
37+
{
38+
"type": "host",
39+
"value": "issues.npmx.dev"
40+
}
41+
],
42+
"destination": "https://github.com/npmx-dev/npmx.dev/issues"
43+
},
44+
{
45+
"source": "/",
46+
"has": [
47+
{
48+
"type": "host",
49+
"value": "coc.npmx.dev"
50+
}
51+
],
52+
"destination": "https://github.com/npmx-dev/npmx.dev/blob/main/CODE_OF_CONDUCT.md"
53+
},
54+
{
55+
"source": "/",
56+
"has": [
57+
{
58+
"type": "host",
59+
"value": "contributing.npmx.dev"
60+
}
61+
],
62+
"destination": "https://github.com/npmx-dev/npmx.dev/blob/main/CONTRIBUTING.md"
1363
}
1464
]
1565
}

0 commit comments

Comments
 (0)