-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathvercel.json
More file actions
29 lines (29 loc) · 804 Bytes
/
vercel.json
File metadata and controls
29 lines (29 loc) · 804 Bytes
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
{
"redirects": [
{
"destination": "https://discord.gg/kKTDgeaWmZ",
"permanent": false,
"source": "/discord"
},
{
"destination": "https://opencollective.com/boston-ts-club",
"permanent": true,
"source": "/donate"
},
{
"destination": "https://www.eventbrite.com/o/boston-ts-club-80328650813",
"permanent": false,
"source": "/eventbrite"
},
{
"destination": "https://calendar.google.com/calendar/u/0?cid=Y2RmZTA4YjI4MGQyMTZlMWNhZDhhMGFhMmVlMTgyZDRiZmRiZWMyZjM2NGEzZDQ1M2I4YmU4MDNlY2VmNTBkZEBncm91cC5jYWxlbmRhci5nb29nbGUuY29t",
"permanent": false,
"source": "/calendar"
},
{
"destination": "https://docs.google.com/forms/d/e/1FAIpQLSevxqyXjEE2AQ8C7xxkmoiiasr5ONIvPyAl8ad-MseNZ2ZBxA/viewform",
"permanent": false,
"source": "/feedback"
}
]
}