nginx
This commit is contained in:
16
vercel.json
Normal file
16
vercel.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"rewrites": [
|
||||
{
|
||||
"source": "/live/:path*",
|
||||
"destination": "https://jupiter.nearle.app/live/:path*"
|
||||
},
|
||||
{
|
||||
"source": "/api/:path*",
|
||||
"destination": "https://api.workolik.com/api/:path*"
|
||||
},
|
||||
{
|
||||
"source": "/(.*)",
|
||||
"destination": "/index.html"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user