-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathvercel.json
More file actions
89 lines (89 loc) · 1.93 KB
/
vercel.json
File metadata and controls
89 lines (89 loc) · 1.93 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
{
"build": {
"env": {
"NPM_CONFIG_LEGACY_PEER_DEPS": "true"
}
},
"redirects": [
{
"source": "/linkedin",
"destination": "https://www.linkedin.com/in/arshsaxena",
"permanent": true
},
{
"source": "/github",
"destination": "https://github.com/arshsaxena",
"permanent": true
},
{
"source": "/gh",
"destination": "https://github.com/arshsaxena",
"permanent": true
},
{
"source": "/instagram",
"destination": "https://instagram.com/arsh.saxena02",
"permanent": true
},
{
"source": "/insta",
"destination": "https://instagram.com/arsh.saxena02",
"permanent": true
},
{
"source": "/ig",
"destination": "https://instagram.com/arsh.saxena02",
"permanent": true
},
{
"source": "/x",
"destination": "https://x.com/arshsaxena02",
"permanent": true
},
{
"source": "/twitter",
"destination": "https://x.com/arshsaxena02",
"permanent": true
},
{
"source": "/music",
"destination": "https://music.apple.com/in/playlist/arshs-favourites/pl.u-yZyVWPrCd3zXWGe",
"permanent": true
},
{
"source": "/applemusic",
"destination": "https://music.apple.com/in/playlist/arshs-favourites/pl.u-yZyVWPrCd3zXWGe",
"permanent": true
},
{
"source": "/apple-music",
"destination": "https://music.apple.com/in/playlist/arshs-favourites/pl.u-yZyVWPrCd3zXWGe",
"permanent": true
},
{
"source": "/nptelcompanion",
"destination": "https://nptelcompanion.arshsaxena.in",
"permanent": true
},
{
"source": "/nptel",
"destination": "https://nptelcompanion.arshsaxena.in",
"permanent": true
},
{
"source": "/vitc",
"destination": "https://vitcfacultyinfo.arshsaxena.in/",
"permanent": true
},
{
"source": "/vitcfacultyinfo",
"destination": "https://vitcfacultyinfo.arshsaxena.in/",
"permanent": true
},
{
"source": "/leetcode",
"destination": "https://leetcode.com/u/arshsaxena/",
"permanent": true
}
]
}