-
Notifications
You must be signed in to change notification settings - Fork 13
/
vercel.json
42 lines (42 loc) · 1.03 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
{
"regions": ["bom1"],
"cleanUrls": true,
"framework": "nextjs",
"redirects": [
{
"source": "/elab",
"destination": "https://better-lab.vercel.app",
"permanent": true
},
{
"source": "/papers",
"destination": "https://docu-pro.vercel.app",
"permanent": true
},
{
"source": "/map",
"destination": "https://d23qowwaqkh3fj.cloudfront.net/wp-content/uploads/2022/06/srmist-ktr-campus-layout.jpg",
"permanent": true
},
{
"source": "/ssr",
"destination": "https://academia.srmist.edu.in/#Form:Student_Service_Requests_SSR",
"permanent": true
},
{
"source": "/github",
"destination": "https://github.com/rahuletto/classpro",
"permanent": true
},
{
"source": "/instagram",
"destination": "https://www.instagram.com/srm_academiapro/",
"permanent": true
},
{
"source": "/whatsapp",
"destination": "https://chat.whatsapp.com/IiKvVzwV142I11Ytqn9RF9",
"permanent": true
}
]
}