-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathvercel.json
More file actions
22 lines (22 loc) · 594 Bytes
/
Copy pathvercel.json
File metadata and controls
22 lines (22 loc) · 594 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"rewrites": [
{
"source": "/api/:path*",
"destination": "https://api.misiki.in/api/:path*"
},
{
"source": "/graphql",
"destination": "https://api.misiki.in/graphql"
},
{
"source": "/images/:path*",
"destination": "https://api.misiki.in/images/:path*"
}
],
"env": {
"VITE_WWW_URL": "https://food.misiki.in",
"VITE_DOMAIN": "misiki.in",
"HTTP_ENDPOINT": "https://api.misiki.in",
"NODE_OPTIONS": "--max-old-space-size=7680"
}
}