-
-
Notifications
You must be signed in to change notification settings - Fork 9
/
vercel.json
23 lines (23 loc) · 817 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
{
"redirects": [
{ "source": "/x", "destination": "https://x.com/eliancodes" },
{ "source": "/twitter", "destination": "https://x.com/eliancodes" },
{ "source": "/youtube", "destination": "https://youtube.com/@eliancodes" },
{ "source": "/yt", "destination": "https://youtube.com/@eliancodes" },
{ "source": "/github", "destination": "https://github.com/eliancodes" },
{
"source": "/linkedin",
"destination": "https://linkedin.com/in/elianvancutsem"
},
{ "source": "/mastodon", "destination": "https://m.webtoo.ls/@eliancodes" },
{
"source": "/threads",
"destination": "https://www.threads.net/@eliancodes"
},
{
"source": "/bluesky",
"destination": "https://bsky.app/profile/eliancodes.bsky.social"
},
{ "source": "/mail", "destination": "mailto:hello@elian.codes" }
]
}