-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathvercel.json
64 lines (64 loc) · 1.92 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"trailingSlash": false,
"headers": [
{
"source": "/(fonts|img)/(.*)",
"headers": [
{
"key": "Cache-Control",
"value": "max-age=31536000, immutable"
}
]
}
],
"redirects": [
{
"source": "/first-look-at-ghost",
"destination": "/posts/2013-09-23-first-look-at-ghost"
},
{
"source": "/a-simple-bem-class-naming-convention",
"destination": "/posts/2013-10-27-a-simple-bem-class-naming-convention"
},
{
"source": "/on-atoms-tinkerability-and-keeping-in-sync-with-dropbox",
"destination": "/posts/2014-03-10-on-atoms-tinkerability-and-keeping-in-sync-with-dropbox"
},
{
"source": "/auto-prefixer-is-the-bees-knees",
"destination": "/posts/2014-05-28-auto-prefixer-is-the-bees-knees"
},
{
"source": "/server-side-analytics-with-measurement-protocol",
"destination": "/posts/2014-07-24-server-side-analytics-with-measurement-protocol"
},
{
"source": "/toolchain-1",
"destination": "/posts/2014-10-15-toolchain-1"
},
{
"source": "/we-need-element-queries",
"destination": "/posts/2014-11-07-we-need-element-queries"
},
{
"source": "/chris-dave-discuss-web-development-in-2015",
"destination": "/posts/2015-06-17-chris-dave-discuss-web-development-in-2015"
},
{
"source": "/making-your-entire-apple-music-library-offline",
"destination": "/posts/2015-07-03-making-your-entire-apple-music-library-offline"
},
{
"source": "/d",
"destination": "/posts/2015-08-12-check-your-html-document-outline"
},
{
"source": "/why-i-left-gulp-and-grunt-for-npm-scripts",
"destination": "/posts/2016-01-18-why-i-left-gulp-and-grunt-for-npm-scripts"
},
{
"source": "/exploring-the-stylus-cache-function",
"destination": "/posts/2016-01-24-exploring-the-stylus-cache-function"
}
]
}