-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathvercel.json
115 lines (115 loc) · 3.75 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
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
{
"trailingSlash": true,
"redirects": [
{
"source": "/author/:slug/",
"destination": "/",
"permanent": true
},
{
"source": "/tag/getting-started/",
"destination": "/",
"permanent": true
},
{
"source": "/tag/",
"destination": "/",
"permanent": true
},
{
"source": "/sitemap-tags.xml",
"destination": "/sitemap.xml",
"permanent": true
},
{
"source": "/sitemap-authors.xml",
"destination": "/sitemap.xml",
"permanent": true
},
{
"source": "/sitemap-posts.xml",
"destination": "/sitemap.xml",
"permanent": true
},
{
"source": "/sitemap-pages.xml",
"destination": "/sitemap.xml",
"permanent": true
},
{
"source": "/rss/",
"destination": "/rss.xml",
"permanent": true
},
{
"source": "/node-batch-file-rename-from-json/amp/",
"destination": "/node-batch-file-rename-from-json.amp",
"permanent": true
},
{
"source": "/trace-elements-plugin-for-redactor/amp/",
"destination": "/trace-elements-plugin-for-redactor.amp",
"permanent": true
},
{
"source": "/clear-that-bash-history/amp/",
"destination": "/clear-that-bash-history.amp",
"permanent": true
},
{
"source": "/mjml4-lambda/amp/",
"destination": "/mjml4-lambda.amp",
"permanent": true
},
{
"source": "/simple-child-to-parent-communication-in-react/amp/",
"destination": "/simple-child-to-parent-communication-in-react.amp",
"permanent": true
},
{
"source": "/rotating-your-docker-secrets-can-be-easy-if-you-plan-for-it/amp/",
"destination": "/rotating-your-docker-secrets-can-be-easy-if-you-plan-for-it.amp",
"permanent": true
},
{
"source": "/docker-healthcheck-for-your-node-js-app/amp/",
"destination": "/docker-healthcheck-for-your-node-js-app.amp",
"permanent": true
},
{
"source": "/communication-between-independent-components-in-react-using-pubsubjs/amp/",
"destination": "/communication-between-independent-components-in-react-using-pubsubjs.amp",
"permanent": true
},
{
"source": "/hotel-process-manager-for-local-development/amp/",
"destination": "/hotel-process-manager-for-local-development.amp",
"permanent": true
},
{
"source": "/adonisjs-todo-app/amp/",
"destination": "/adonisjs-todo-app.amp",
"permanent": true
},
{
"source": "/getting-started-with-gulp/amp/",
"destination": "/getting-started-with-gulp.amp",
"permanent": true
},
{
"source": "/migrating-from-coldfusion-10-to-11-side-by-side/amp/",
"destination": "/migrating-from-coldfusion-10-to-11-side-by-side.amp",
"permanent": true
},
{
"source": "/bootstrap-4-psd-grid-guideguide-preset/amp/",
"destination": "/bootstrap-4-psd-grid-guideguide-preset.amp",
"permanent": true
},
{
"source": "/updating-ghost-to-0-10-1-from-0-6-4-node-0-12-to-4-5-lts-npm/amp/",
"destination": "/updating-ghost-to-0-10-1-from-0-6-4-node-0-12-to-4-5-lts-npm.amp",
"permanent": true
}
]
}