forked from NuroDev/nuro.dev
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathvercel.json
More file actions
20 lines (20 loc) · 691 Bytes
/
vercel.json
File metadata and controls
20 lines (20 loc) · 691 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
"$schema": "https://openapi.vercel.sh/vercel.json",
"version": 2,
"alias": "nuro.dev",
"cleanUrls": true,
"public": true,
"regions": ["lhr1"],
"redirects": [
{ "source": "/cv", "destination": "https://read.cv/nuro" },
{ "source": "/github", "destination": "https://github.com/nurodev" },
{ "source": "/linkedin", "destination": "https://www.linkedin.com/in/nurodev" },
{ "source": "/portfolio", "destination": "/projects" },
{ "source": "/resume", "destination": "https://read.cv/nuro" },
{ "source": "/twitter", "destination": "https://twitter.com/nurodev" },
{
"source": "/contact",
"destination": "https://twitter.com/direct_messages/create/nurodev"
}
]
}