-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathvercel.json
39 lines (39 loc) · 870 Bytes
/
vercel.json
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
{
"headers": [
{
"source": "/:all*(ttf|otf|woff|woff2)",
"headers": [
{
"key": "Cache-Control",
"value": "public, max-age=31536000, immutable"
}
]
}
],
"redirects": [
{
"source": "/github",
"destination": "https://github.com/iDarkLightning"
},
{
"source": "/repo",
"destination": "https://github.com/iDarkLightning/portfolio-astro"
},
{
"source": "/gh",
"destination": "https://github.com/iDarkLightning"
},
{
"source": "/ln",
"destination": "https://www.linkedin.com/in/nirjhor-nath-b82317232/"
},
{
"source": "/github/:slug*",
"destination": "https://github.com/iDarkLightning/:slug*"
},
{
"source": "/gh/:slug*",
"destination": "https://github.com/iDarkLightning/:slug*"
}
]
}