-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathvercel.json
More file actions
41 lines (41 loc) · 903 Bytes
/
vercel.json
File metadata and controls
41 lines (41 loc) · 903 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
40
41
{
"$schema": "https://openapi.vercel.sh/vercel.json",
"cleanUrls": false,
"public": true,
"alias": "ahnafnafee.dev",
"installCommand": "corepack enable && corepack prepare yarn@4.14.1 --activate && yarn install --immutable",
"redirects": [
{
"source": "/resume.pdf",
"destination": "/AhnafAnNafeeResume.pdf"
},
{
"source": "/projects",
"destination": "/portfolio"
},
{
"source": "/tags",
"destination": "/"
},
{
"source": "/blogs",
"destination": "/blog"
},
{
"source": "/posts",
"destination": "/blog"
},
{
"source": "/cv",
"destination": "/AhnafAnNafeeResume.pdf"
},
{
"source": "/github",
"destination": "https://github.com/ahnafnafee"
},
{
"source": "/linkedin",
"destination": "https://www.linkedin.com/in/ahnafnafee"
}
]
}