generated from pixel-point/gatsby-tailwind-starter
-
Notifications
You must be signed in to change notification settings - Fork 9
/
vercel.json
52 lines (52 loc) · 1.29 KB
/
vercel.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
{
"redirects": [
{
"source": "/work-inquiry/",
"destination": "https://surveys.pixelpoint.io/work-with-us",
"permanent": true
},
{
"source": "/youtube/",
"destination": "https://www.youtube.com/@pixelpoint-io?sub_confirmation=1",
"permanent": true
}
],
"rewrites": [
{
"source": "/links/",
"destination": "https://pixel-point-next.vercel.app/links"
},
{
"source": "/learn/",
"destination": "https://pixel-point-next.vercel.app/learn"
},
{
"source": "/learn/:path*/",
"destination": "https://pixel-point-next.vercel.app/learn/:path*"
},
{
"source": "/sign-up/",
"destination": "https://pixel-point-next.vercel.app/sign-up"
},
{
"source": "/_next/:path*",
"destination": "https://pixel-point-next.vercel.app/_next/:path*"
},
{
"source": "/_next/:path*/",
"destination": "https://pixel-point-next.vercel.app/_next/:path*"
},
{
"source": "/api/:path*",
"destination": "https://pixel-point-next.vercel.app/api/:path*"
},
{
"source": "/api/:path*/",
"destination": "https://pixel-point-next.vercel.app/api/:path*"
},
{
"source": "/favicon.ico",
"destination": "/favicon-32x32.png"
}
]
}