-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathvercel.json
More file actions
44 lines (43 loc) · 1.06 KB
/
vercel.json
File metadata and controls
44 lines (43 loc) · 1.06 KB
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
{
"github": {
"silent": true
},
"redirects": [
{
"source": "/dorm",
"destination": "https://ihildy.notion.site/Dorm-Packing-List-7c373e28e3b14bef98ba3d4a144078ed",
"permanent": true
},
{
"source": "/classes",
"destination": "https://ihildy.notion.site/Degree-Plan-6434d14cd4464e6e8f95edd7de4318e9?pvs=4",
"permanent": true
},
{
"source": "/productivity",
"destination": "https://youtu.be/T6hmdrsLQj8",
"permanent": true
},
{
"source": "/tips",
"destination": "https://tips.hildy.dev/",
"permanent": true
},
{
"source": "/tip",
"destination": "https://tips.hildy.dev/",
"permanent": true
},
{
"source": "/cartshare",
"destination": "https://docs.google.com/presentation/d/1EvO22ty_rolJJXQ3be7ZEVKRZngqT_qsnp7WMt7Sdio/edit?usp=sharing",
"permanent": true
},
{
"source": "/resume",
"destination": "https://hildy.dev/resume.pdf/",
"permanent": true
}
],
"cleanUrls": true
}