generated from zaida04/sveltekit-starter
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathvercel.json
40 lines (40 loc) · 1.06 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
{
"redirects": [
{
"source": "/coc",
"destination": "/tos"
},
{
"source": "/MLH-CoC",
"destination": "/code-of-conduct.pdf"
},
{
"source": "/stream",
"destination": "https://www.twitch.tv/ubhacking"
},
{
"source": "/github-classroom",
"destination": "https://classroom.github.com/a/_U2QbDVP"
},
{
"source": "/discord",
"destination": "https://discord.gg/nR6Nks3TBJ"
},
{
"source": "/code-of-conduct",
"destination": "/tos"
},
{
"source": "/devpost",
"destination": "https://ub-hacking-fall-2024.devpost.com/"
},
{
"source": "/dashboard",
"destination": "/checkin"
},
{
"source": "/how-to-guide",
"destination": "https://docs.google.com/document/d/1E4pgLWkQ1nSSLW4yTUV1sFFEspiBOc7OfLNOSLe2fO4/edit?usp=sharing"
}
]
}