mirror of
https://github.com/LibreSpark/LibreTV.git
synced 2026-05-06 13:51:34 +08:00
25 lines
427 B
JSON
25 lines
427 B
JSON
{
|
|
"rewrites": [
|
|
{
|
|
"source": "/proxy/:path*",
|
|
"destination": "/api/proxy/:path*"
|
|
},
|
|
{
|
|
"source": "/s=:query",
|
|
"destination": "/index.html"
|
|
},
|
|
{
|
|
"source": "/player.html",
|
|
"destination": "/player.html"
|
|
},
|
|
{
|
|
"source": "/player.html/:path*",
|
|
"destination": "/player.html"
|
|
},
|
|
{
|
|
"source": "/:path*",
|
|
"destination": "/:path*"
|
|
}
|
|
]
|
|
}
|