-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathvercel.json
More file actions
39 lines (39 loc) · 947 Bytes
/
vercel.json
File metadata and controls
39 lines (39 loc) · 947 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
30
31
32
33
34
35
36
37
38
39
{
"redirects": [
{
"source": "/insta",
"destination": "https://instagram.com/daocommunity_",
"permanent": true
},
{
"source": "/twitter",
"destination": "https://twitter.com/daocommunity_",
"permanent": true
},
{
"source": "/whatsapp",
"destination": "https://chat.whatsapp.com/JbNHLO9WMBzCzys5xoVGfG",
"permanent": true
},
{
"source": "/luma",
"destination": "https://lu.ma/user/daocommunity",
"permanent": true
},
{
"source": "/youtube",
"destination": "https://www.youtube.com/@daocommunity",
"permanent": true
},
{
"source": "/apply",
"destination": "https://dao-community.notion.site/DAO-Community-bbe8eea63a184726aac152d72dd1cdac",
"permanent": true
},
{
"source": "/enroll",
"destination": "https://enrollment.daocommunity.org/",
"permanent": true
}
]
}