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