-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnow.json
210 lines (210 loc) · 5.78 KB
/
now.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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
{
"version": 2,
"name": "blog",
"alias": "www.ryanc.top",
"builds": [
{
"src": "package.json",
"use": "@now/static-build",
"config": { "distDir": "public" }
},
{
"src": "static/**",
"use": "@now/static"
}
],
"routes": [
{
"src": "^/public/static/(.*)",
"headers": { "cache-control": "public,max-age=31536000,immutable" }
},
{
"src": "^/(.*).(css|js)",
"headers": { "cache-control": "public,max-age=31536000,immutable" }
},
{
"src": "^/(.*).html",
"headers": { "cache-control": "public,max-age=0,must-revalidate" }
},
{
"src": "/post/css3-learn-notes-1",
"status": 301,
"headers": { "Location": "/post/2015/05/css3-learn-notes-1" }
},
{
"src": "/post/css3-learn-notes-2",
"status": 301,
"headers": { "Location": "/post/2015/05/css3-learn-notes-2" }
},
{
"src": "/post/css3-learn-notes-3",
"status": 301,
"headers": { "Location": "/post/2015/05/css3-learn-notes-3" }
},
{
"src": "/post/css3-learn-notes-4",
"status": 301,
"headers": { "Location": "/post/2015/05/css3-learn-notes-4" }
},
{
"src": "/post/css3-learn-notes-5",
"status": 301,
"headers": { "Location": "/post/2015/05/css3-learn-notes-5" }
},
{
"src": "/post/github-workflow",
"status": 301,
"headers": { "Location": "/post/2015/12/github-workflow" }
},
{
"src": "/post/js-scope-1",
"status": 301,
"headers": { "Location": "/post/2016/01/js-scope-1" }
},
{
"src": "/post/js-scope-extend",
"status": 301,
"headers": { "Location": "/post/2016/01/js-scope-extend" }
},
{
"src": "/post/css-text-overflow-ellipsis",
"status": 301,
"headers": { "Location": "/post/2016/04/css-text-overflow-ellipsis" }
},
{
"src": "/post/css-inline-block-solutions",
"status": 301,
"headers": { "Location": "/post/2016/06/css-inline-block-solutions" }
},
{
"src": "/post/es6-learn-notes-1",
"status": 301,
"headers": { "Location": "/post/2016/06/es6-learn-notes-1" }
},
{
"src": "/post/es6-learn-notes-2",
"status": 301,
"headers": { "Location": "/post/2016/06/es6-learn-notes-2" }
},
{
"src": "/post/es6-learn-notes-3",
"status": 301,
"headers": { "Location": "/post/2016/06/es6-learn-notes-3" }
},
{
"src": "/post/es6-learn-notes-4",
"status": 301,
"headers": { "Location": "/post/2016/06/es6-learn-notes-4" }
},
{
"src": "/post/es6-learn-notes-5",
"status": 301,
"headers": { "Location": "/post/2016/06/es6-learn-notes-5" }
},
{
"src": "/post/es6-learn-notes-6",
"status": 301,
"headers": { "Location": "/post/2016/06/es6-learn-notes-6" }
},
{
"src": "/post/es6-learn-notes-7",
"status": 301,
"headers": { "Location": "/post/2016/06/es6-learn-notes-7" }
},
{
"src": "/post/es6-learn-notes-8",
"status": 301,
"headers": { "Location": "/post/2016/06/es6-learn-notes-8" }
},
{
"src": "/post/react-learn-notes",
"status": 301,
"headers": { "Location": "/post/2016/06/react-learn-notes" }
},
{
"src": "/post/redux-learn-notes",
"status": 301,
"headers": { "Location": "/post/2016/06/redux-learn-notes" }
},
{
"src": "/post/webpack-learn-notes",
"status": 301,
"headers": { "Location": "/post/2016/06/webpack-learn-notes" }
},
{
"src": "/post/wechat-mini-program-share",
"status": 301,
"headers": { "Location": "/post/2016/10/wechat-mini-program-share" }
},
{
"src": "/post/ubuntu-install-notes",
"status": 301,
"headers": { "Location": "/post/2017/01/ubuntu-install-notes" }
},
{
"src": "/post/cmd-common-use-commond",
"status": 301,
"headers": { "Location": "/post/2017/03/cmd-common-use-commond" }
},
{
"src": "/post/js-prototype-chain",
"status": 301,
"headers": { "Location": "/post/2017/03/js-prototype-chain" }
},
{
"src": "/post/flexbox-learn-notes",
"status": 301,
"headers": { "Location": "/post/2017/05/flexbox-learn-notes" }
},
{
"src": "/post/vue2-responsive-data-achieve",
"status": 301,
"headers": { "Location": "/post/2017/05/vue2-responsive-data-achieve" }
},
{
"src": "/post/you-dont-know-js-read-notes-1",
"status": 301,
"headers": { "Location": "/post/2017/11/you-dont-know-js-read-notes-1" }
},
{
"src": "/post/you-dont-know-js-read-notes-2",
"status": 301,
"headers": { "Location": "/post/2017/11/you-dont-know-js-read-notes-2" }
},
{
"src": "/post/you-dont-know-js-read-notes-3",
"status": 301,
"headers": { "Location": "/post/2017/11/you-dont-know-js-read-notes-3" }
},
{
"src": "/post/you-dont-know-js-read-notes-4",
"status": 301,
"headers": { "Location": "/post/2017/11/you-dont-know-js-read-notes-4" }
},
{
"src": "/post/you-dont-know-js-read-notes-5",
"status": 301,
"headers": { "Location": "/post/2017/11/you-dont-know-js-read-notes-5" }
},
{
"src": "/post/ast-share",
"status": 301,
"headers": { "Location": "/post/2018/05/ast-share" }
},
{
"src": "/post/promise-a-achieve-1",
"status": 301,
"headers": { "Location": "/post/2019/06/promise-a-achieve-1" }
},
{
"src": "/post/promise-a-achieve-2",
"status": 301,
"headers": { "Location": "/post/2019/06/promise-a-achieve-2" }
},
{
"src": "/post/promise-a-achieve-3",
"status": 301,
"headers": { "Location": "/post/2019/06/promise-a-achieve-3" }
}
]
}