Skip to content

Commit 4279ff7

Browse files
authored
chore: redirect chat.npmx.dev (#56)
1 parent efb93ae commit 4279ff7

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

vercel.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"$schema": "https://openapi.vercel.sh/vercel.json",
3+
"redirects": [
4+
{
5+
"source": "/",
6+
"has": [
7+
{
8+
"type": "host",
9+
"value": "chat.npmx.dev"
10+
}
11+
],
12+
"destination": "https://discord.gg/NHwgTgAFVV"
13+
}
14+
]
15+
}

0 commit comments

Comments
 (0)