-
Notifications
You must be signed in to change notification settings - Fork 0
/
vercel.json
46 lines (46 loc) · 1.78 KB
/
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
40
41
42
43
44
45
46
{
"redirects": [
{ "source": "/resume", "destination": "/experience/" },
{
"source": "/articles/svg-background-fill",
"destination": "/articles/svg-background-fills/"
},
{ "source": "/articles/gsap", "destination": "/" },
{ "source": "/articles/svg-cool-kids", "destination": "/" },
{ "source": "/articles/do-more-with-less", "destination": "/" },
{ "source": "/articles/sass-smartypants", "destination": "/" },
{ "source": "/articles/grunt-all-the-things", "destination": "/" },
{ "source": "/articles/basey", "destination": "/" },
{ "source": "/articles/less-is-more", "destination": "/" },
{ "source": "/articles/support-the-unsupported", "destination": "/" },
{ "source": "/articles/furry-sassy", "destination": "/" },
{ "source": "/articles/new-guts", "destination": "/" },
{ "source": "/articles/pluggable-selectors", "destination": "/" },
{
"source": "/articles/accessing-external-wordpress-data",
"destination": "/"
},
{ "source": "/articles/bust-that-cache", "destination": "/" },
{ "source": "/articles/upgraded-yeti", "destination": "/" },
{
"source": "/articles/versioned-dependencies-with-compass",
"destination": "/"
},
{
"source": "/articles/rethinking-the-wordpress-admin",
"destination": "/"
},
{ "source": "/articles/default-views-for-plugins", "destination": "/" },
{ "source": "/articles/separating-form-and-function", "destination": "/" },
{ "source": "/articles/journey-to-sublime", "destination": "/" },
{ "source": "/articles/hello-kirby", "destination": "/" },
{
"source": "/articles/i-❤%EF%B8%8F-loaders/",
"destination": "/articles/i-love-loaders/"
},
{
"source": "/contact",
"destination": "/"
}
]
}