-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathvercel.json
More file actions
258 lines (252 loc) · 10.2 KB
/
vercel.json
File metadata and controls
258 lines (252 loc) · 10.2 KB
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
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
{
"version": 2,
"builds": [
{ "src": "public/**/*", "use": "@vercel/static" },
{ "src": "build/**/*", "use": "@vercel/static" }
],
"rewrites": [
{
"source": "/robots.txt",
"destination": "https://gj48940cgb.execute-api.ap-south-1.amazonaws.com/prod/robots.txt"
},
{
"source": "/sitemap.xml",
"destination": "https://gj48940cgb.execute-api.ap-south-1.amazonaws.com/prod/sitemap.xml"
},
{
"source": "/public/:path*",
"destination": "/:path*"
},
{
"source": "/sanjay-portfolio-heroImage.webp",
"destination": "/public/sanjay-portfolio-heroImage.webp"
},
{
"source": "/",
"destination": "https://gj48940cgb.execute-api.ap-south-1.amazonaws.com/prod"
},
{
"source": "/story",
"destination": "https://gj48940cgb.execute-api.ap-south-1.amazonaws.com/prod/story"
},
{
"source": "/contact",
"destination": "https://gj48940cgb.execute-api.ap-south-1.amazonaws.com/prod/contact"
},
{
"source": "/blogs-by-sanjay",
"destination": "https://gj48940cgb.execute-api.ap-south-1.amazonaws.com/prod/blogs-by-sanjay"
},
{
"source": "/kileshwar-mahadev-ji-neemuch",
"destination": "https://gj48940cgb.execute-api.ap-south-1.amazonaws.com/prod/kileshwar-mahadev-ji-neemuch"
},
{
"source": "/sanwaliya-ji-mandir-bhadsoda",
"destination": "https://gj48940cgb.execute-api.ap-south-1.amazonaws.com/prod/sanwaliya-ji-mandir-bhadsoda"
},
{
"source": "/sanjay-case-study",
"destination": "https://gj48940cgb.execute-api.ap-south-1.amazonaws.com/prod/sanjay-case-study"
},
{
"source": "/resume-case-study",
"destination": "https://gj48940cgb.execute-api.ap-south-1.amazonaws.com/prod/resume-case-study"
},
{
"source": "/resume",
"destination": "https://gj48940cgb.execute-api.ap-south-1.amazonaws.com/prod/resume"
},
{
"source": "/lic-case-study",
"destination": "https://gj48940cgb.execute-api.ap-south-1.amazonaws.com/prod/lic-case-study"
},
{
"source": "/lic-neemuch-srs",
"destination": "https://gj48940cgb.execute-api.ap-south-1.amazonaws.com/prod/lic-neemuch-srs"
},
{
"source": "/zedemy-case-study",
"destination": "https://gj48940cgb.execute-api.ap-south-1.amazonaws.com/prod/zedemy-case-study"
},
{
"source": "/eventease-case-study",
"destination": "https://gj48940cgb.execute-api.ap-south-1.amazonaws.com/prod/eventease-case-study"
},
{
"source": "/connectnow-case-study",
"destination": "https://gj48940cgb.execute-api.ap-south-1.amazonaws.com/prod/connectnow-case-study"
},
{
"source": "/institutions",
"destination": "https://gj48940cgb.execute-api.ap-south-1.amazonaws.com/prod/institutions"
},
{
"source": "/cuims-faqs",
"destination": "https://gj48940cgb.execute-api.ap-south-1.amazonaws.com/prod/cuims-faqs"
},
{
"source": "/cuims-architecture",
"destination": "https://gj48940cgb.execute-api.ap-south-1.amazonaws.com/prod/cuims-architecture"
},
{
"source": "/cuims-chandigarh-university",
"destination": "https://gj48940cgb.execute-api.ap-south-1.amazonaws.com/prod/cuims-chandigarh-university"
},
{
"source": "/vit-info",
"destination": "https://gj48940cgb.execute-api.ap-south-1.amazonaws.com/prod/vit-info"
},
{
"source": "/anna-university",
"destination": "https://gj48940cgb.execute-api.ap-south-1.amazonaws.com/prod/anna-university"
},
{
"source": "/srm-university",
"destination": "https://gj48940cgb.execute-api.ap-south-1.amazonaws.com/prod/srm-university"
},
{
"source": "/manipal-university",
"destination": "https://gj48940cgb.execute-api.ap-south-1.amazonaws.com/prod/manipal-university"
},
{
"source": "/cold-email-guide",
"destination": "https://gj48940cgb.execute-api.ap-south-1.amazonaws.com/prod/cold-email-guide"
},
{
"source": "/seo-ssr-case-study-part1",
"destination": "https://gj48940cgb.execute-api.ap-south-1.amazonaws.com/prod/seo-ssr-case-study-part1"
},
{
"source": "/seo-ssr-case-study-part2",
"destination": "https://gj48940cgb.execute-api.ap-south-1.amazonaws.com/prod/seo-ssr-case-study-part2"
},
{
"source": "/indian-education-crisis",
"destination": "https://gj48940cgb.execute-api.ap-south-1.amazonaws.com/prod/indian-education-crisis"
},
{
"source": "/ai-agents-roadmap",
"destination": "https://gj48940cgb.execute-api.ap-south-1.amazonaws.com/prod/ai-agents-roadmap"
},
{
"source": "/prompt-engineering-guide-2025",
"destination": "https://gj48940cgb.execute-api.ap-south-1.amazonaws.com/prod/prompt-engineering-guide-2025"
},
{
"source": "/what-is-cibil-best-score",
"destination": "https://gj48940cgb.execute-api.ap-south-1.amazonaws.com/prod/what-is-cibil-best-score"
},
{
"source": "/what-is-pan-card",
"destination": "https://gj48940cgb.execute-api.ap-south-1.amazonaws.com/prod/what-is-pan-card"
},
{
"source": "/chatbot",
"destination": "https://gj48940cgb.execute-api.ap-south-1.amazonaws.com/prod/chatbot"
},
{
"source": "/api/pro-chat",
"destination": "https://gj48940cgb.execute-api.ap-south-1.amazonaws.com/prod/api/pro-chat"
},
{
"source": "/agribot-case-study",
"destination": "https://gj48940cgb.execute-api.ap-south-1.amazonaws.com/prod/agribot-case-study"
},
{
"source": "/agribot",
"destination": "https://gj48940cgb.execute-api.ap-south-1.amazonaws.com/prod/agribot"
},
{
"source": "/dsa-pattern-recognition",
"destination": "https://gj48940cgb.execute-api.ap-south-1.amazonaws.com/prod/dsa-pattern-recognition"
},
{
"source": "/two-pointer-k-sum-patterns",
"destination": "https://gj48940cgb.execute-api.ap-south-1.amazonaws.com/prod/two-pointer-k-sum-patterns"
},
{
"source": "/interview-prep",
"destination": "https://gj48940cgb.execute-api.ap-south-1.amazonaws.com/prod/interview-prep"
},
{
"source": "/sum-pair-patterns",
"destination": "https://gj48940cgb.execute-api.ap-south-1.amazonaws.com/prod/sum-pair-patterns"
},
{
"source": "/sliding-window-patterns",
"destination": "https://gj48940cgb.execute-api.ap-south-1.amazonaws.com/prod/sliding-window-patterns"
},
{
"source": "/prefix-sum-monotonic-queue-patterns",
"destination": "https://gj48940cgb.execute-api.ap-south-1.amazonaws.com/prod/prefix-sum-monotonic-queue-patterns"
},
{
"source": "/backtracking-permutations-patterns",
"destination": "https://gj48940cgb.execute-api.ap-south-1.amazonaws.com/prod/backtracking-permutations-patterns"
},
{
"source": "/binary-search-and-search-on-answer-pattern",
"destination": "https://gj48940cgb.execute-api.ap-south-1.amazonaws.com/prod/binary-search-and-search-on-answer-pattern"
},
{
"source": "/dynamic-programming-one-d-two-d-patterns",
"destination": "https://gj48940cgb.execute-api.ap-south-1.amazonaws.com/prod/dynamic-programming-one-d-two-d-patterns"
},
{
"source": "/dsa-prep-easy",
"destination": "https://gj48940cgb.execute-api.ap-south-1.amazonaws.com/prod/dsa-prep-easy"
},
{
"source": "/dsa-prep-medium",
"destination": "https://gj48940cgb.execute-api.ap-south-1.amazonaws.com/prod/dsa-prep-medium"
},
{
"source": "/minimum-variable-window-substring",
"destination": "https://gj48940cgb.execute-api.ap-south-1.amazonaws.com/prod/minimum-variable-window-substring"
},
{
"source": "/find-all-anagrams",
"destination": "https://gj48940cgb.execute-api.ap-south-1.amazonaws.com/prod/find-all-anagrams"
},
{
"source": "/two-sum-pattern",
"destination": "https://gj48940cgb.execute-api.ap-south-1.amazonaws.com/prod/two-sum-pattern"
},
{
"source": "/three-sum",
"destination": "https://gj48940cgb.execute-api.ap-south-1.amazonaws.com/prod/three-sum"
},
{
"source": "/three-sum-closest",
"destination": "https://gj48940cgb.execute-api.ap-south-1.amazonaws.com/prod/three-sum-closest"
},
{
"source": "/two-sum-ii-sorted",
"destination": "https://gj48940cgb.execute-api.ap-south-1.amazonaws.com/prod/two-sum-ii-sorted"
},
{
"source": "/lc239-sliding-window-max",
"destination": "https://gj48940cgb.execute-api.ap-south-1.amazonaws.com/prod/lc239-sliding-window-max"
},
{
"source": "/lc560-subarray-sum-k-solution",
"destination": "https://gj48940cgb.execute-api.ap-south-1.amazonaws.com/prod/lc560-subarray-sum-k-solution"
},
{
"source": "/((?!.*\\.(?:ico|png|jpg|jpeg|webp|gif|svg|js|css|woff2?|ttf|eot|otf|mp4|mp3|txt|xml|json)).*)",
"destination": "/index.html"
}
],
"headers": [
{
"source": "/(.*)",
"headers": [
{
"key": "Content-Security-Policy",
"value": "default-src 'self'; connect-src 'self' https://jsmee2qcek.execute-api.ap-south-1.amazonaws.com wss://jsmee2qcek.execute-api.ap-south-1.amazonaws.com https://gj48940cgb.execute-api.ap-south-1.amazonaws.com https://fcukyh2l14.execute-api.ap-south-1.amazonaws.com https://www.google-analytics.com https://generativelanguage.googleapis.com https://coc9wnbdbe.execute-api.ap-south-1.amazonaws.com wss://coc9wnbdbe.execute-api.ap-south-1.amazonaws.com; script-src 'self' 'unsafe-inline' https://cdnjs.cloudflare.com https://cdn.jsdelivr.net https://www.googletagmanager.com; style-src 'self' 'unsafe-inline' https://cdnjs.cloudflare.com; img-src 'self' data: https://sanjay-patidar.vercel.app https://streetviewpixels-pa.googleapis.com https://d12uvtgcxr5qif.cloudfront.net https://maps.googleapis.com https://cdn.svgporn.com https://raw.githubusercontent.com https://d1.awsstatic.com https://www.googletagmanager.com https://mys3resources.s3.ap-south-1.amazonaws.com; font-src 'self' data:; frame-src 'self' https://*.google.com https://streetviewpixels-pa.googleapis.com; media-src 'self' https://d12uvtgcxr5qif.cloudfront.net;"
}
]
}
]
}