-
Notifications
You must be signed in to change notification settings - Fork 6
/
vercel.json
139 lines (139 loc) · 4.15 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
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
{
"redirects": [
{
"source": "/masonry-layout-using-css/",
"destination": "/blog/masonry-layout-using-css/",
"permanent": true
},
{
"source": "/2021-in-review/",
"destination": "/blog/2021-in-review/",
"permanent": true
},
{
"source": "/automating-performance-monitoring-using-pagespeed-insights/",
"destination": "/blog/automating-performance-monitoring-using-pagespeed-insights/",
"permanent": true
},
{
"source": "/2020-in-review/",
"destination": "/blog/2020-in-review/",
"permanent": true
},
{
"source": "/indexable-object-in-typescript/",
"destination": "/blog/indexable-object-in-typescript/",
"permanent": true
},
{
"source": "/monorepo-with-create-react-app/",
"destination": "/blog/monorepo-with-create-react-app/",
"permanent": true
},
{
"source": "/joining-pepper-content/",
"destination": "/blog/joining-pepper-content/",
"permanent": true
},
{
"source": "/udacity-full-stack-nanodegree/",
"destination": "/blog/udacity-full-stack-nanodegree/",
"permanent": true
},
{
"source": "/scheduled-deployments-using-github-action/",
"destination": "/blog/scheduled-deployments-using-github-action/",
"permanent": true
},
{
"source": "/preserve-prerendering-in-nextjs-when-using-redux/",
"destination": "/blog/preserve-prerendering-in-nextjs-when-using-redux/",
"permanent": true
},
{
"source": "/2019-in-review/",
"destination": "/blog/2019-in-review/",
"permanent": true
},
{
"source": "/controlled-components-in-react/",
"destination": "/blog/controlled-components-in-react/",
"permanent": true
},
{
"source": "/detecting-dark-mode-in-your-web-apps/",
"destination": "/blog/detecting-dark-mode-in-your-web-apps/",
"permanent": true
},
{
"source": "/dispatching-redux-actions-from-getInitialProps/",
"destination": "/blog/dispatching-redux-actions-from-getInitialProps/",
"permanent": true
},
{
"source": "/destructuring-assignment-of-objects-in-javascipt/",
"destination": "/blog/destructuring-assignment-of-objects-in-javascipt/",
"permanent": true
},
{
"source": "/getting-started-with-git-part-1/",
"destination": "/blog/getting-started-with-git-part-1/",
"permanent": true
},
{
"source": "/ways-to-get-your-react-project-started/",
"destination": "/blog/ways-to-get-your-react-project-started/",
"permanent": true
},
{
"source": "/difference-between-forEach-and-map-in-javascript/",
"destination": "/blog/difference-between-forEach-and-map-in-javascript/",
"permanent": true
},
{
"source": "/nextjs\\+redux/",
"destination": "/blog/nextjs+redux/",
"permanent": true
},
{
"source": "/getting-my-first-dev-job/",
"destination": "/blog/getting-my-first-dev-job/",
"permanent": true
},
{
"source": "/hosting-font-locally-for-your-website/",
"destination": "/blog/hosting-font-locally-for-your-website/",
"permanent": true
},
{
"source": "/nifty-javascript-methods-that-will-make-your-life-easier/",
"destination": "/blog/nifty-javascript-methods-that-will-make-your-life-easier/",
"permanent": true
},
{
"source": "/vs-code-extensions-to-make-you-more-productive/",
"destination": "/blog/vs-code-extensions-to-make-you-more-productive/",
"permanent": true
},
{
"source": "/integrating-payment-in-android-app/",
"destination": "/blog/integrating-payment-in-android-app/",
"permanent": true
},
{
"source": "/connecting-nodemcu-to-firebase/",
"destination": "/blog/connecting-nodemcu-to-firebase/",
"permanent": true
},
{
"source": "/custom-domain-with-github-pages/",
"destination": "/blog/custom-domain-with-github-pages/",
"permanent": true
},
{
"source": "/new-beginnings/",
"destination": "/blog/new-beginnings/",
"permanent": true
}
]
}