21 lines
407 B
JSON
21 lines
407 B
JSON
{
|
|
"rewrites": [
|
|
{
|
|
"source": "/live/:path*",
|
|
"destination": "https://jupiter.nearle.app/live/:path*"
|
|
},
|
|
{
|
|
"source": "/api/:path*",
|
|
"destination": "https://api.workolik.com/api/:path*"
|
|
},
|
|
{
|
|
"source": "/v1/:path*",
|
|
"destination": "https://api.workolik.com/v1/:path*"
|
|
},
|
|
{
|
|
"source": "/(.*)",
|
|
"destination": "/index.html"
|
|
}
|
|
]
|
|
}
|