This commit is contained in:
2026-05-20 18:16:21 +05:30
parent a0b7803148
commit 57ef8fb55c
3 changed files with 69 additions and 0 deletions

16
vercel.json Normal file
View 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"
}
]
}