Florin Bobiș commited on
Commit
191fd2d
1 Parent(s): e14caf6
Files changed (1) hide show
  1. vercel.json +10 -4
vercel.json CHANGED
@@ -1,5 +1,11 @@
1
  {
2
- "rewrites": [
3
- { "source": "/(.*)", "destination": "/api/index" }
4
- ]
5
- }
 
 
 
 
 
 
 
1
  {
2
+ "version": 2,
3
+ "builds": [
4
+ {
5
+ "config": {
6
+ "maxLambdaSize": "450mb"
7
+ }
8
+ }
9
+ ],
10
+ "rewrites": [{ "source": "/(.*)", "destination": "/api/index" }]
11
+ }