Skip to content

Commit e134117

Browse files
committed
chore: add redirects rule
1 parent cbecaf7 commit e134117

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

apps/website/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": "/discord",
6+
"destination": "https://discord.gg/T4faJeH84A",
7+
"permanent": true
8+
},
9+
{
10+
"source": "/github",
11+
"destination": "https://github.com/neplextech/commandkit",
12+
"permanent": true
13+
}
14+
]
15+
}

0 commit comments

Comments
 (0)