Skip to content

Commit 912022a

Browse files
committed
feat: add redirects to vercel configuration
1 parent 7993ce7 commit 912022a

File tree

1 file changed

+47
-1
lines changed

1 file changed

+47
-1
lines changed

vercel.json

Lines changed: 47 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,49 @@
11
{
2-
"cleanUrls": true
2+
"cleanUrls": true,
3+
"redirects": [
4+
{
5+
"source": "/tools/:path*",
6+
"destination": "/"
7+
},
8+
{
9+
"source": "/overview/what-we-do",
10+
"destination": "/"
11+
},
12+
{
13+
"source": "/overview/helloWorld",
14+
"destination": "/"
15+
},
16+
{
17+
"source": "/overview/helloWorld/:path*",
18+
"destination": "/"
19+
},
20+
{
21+
"source": "/overview/use-case-demo",
22+
"destination": "/"
23+
},
24+
{
25+
"source": "/overview/use-case-demo/:path*",
26+
"destination": "/"
27+
},
28+
{
29+
"source": "/for-developers/:path*",
30+
"destination": "/"
31+
},
32+
{
33+
"source": "/for-workers/:path*",
34+
"destination": "/"
35+
},
36+
{
37+
"source": "/key-concepts/:path*",
38+
"destination": "/"
39+
},
40+
{
41+
"source": "/use-cases/:path*",
42+
"destination": "/"
43+
},
44+
{
45+
"source": "/help/:path*",
46+
"destination": "/"
47+
}
48+
]
349
}

0 commit comments

Comments
 (0)