-
Notifications
You must be signed in to change notification settings - Fork 171
/
vercel.json
29 lines (29 loc) · 844 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
{
"version": 2,
"trailingSlash": true,
"redirects": [
{
"source": "/facebook/",
"destination": "https://facebook.com/midudev.frontend"
},
{ "source": "/twitter/", "destination": "https://twitter.com/midudev" },
{ "source": "/linkedin/", "destination": "https://linkedin.com/midudev" },
{ "source": "/instagram/", "destination": "https://instagram.com/midu.dev" },
{
"source": "/youtube/",
"destination": "https://www.youtube.com/c/midudev?sub_confirmation=1"
},
{
"source": "/wallpapers/",
"destination": "https://midu.dev/fondos-de-pantalla-de-programacion-javascript-html-css-react/"
},
{
"source": "/what-the-front/(.*)/",
"destination": "/podcast/$1/"
},
{
"source": "/what-the-front/",
"destination": "/podcast/"
}
]
}