Folo/vercel.json

17 lines
283 B
JSON

{
"rewrites": [
{
"source": "/__debug_proxy",
"destination": "/__debug_proxy.html"
},
{
"source": "/__debug_proxy/:path*",
"destination": "/__debug_proxy.html"
},
{
"source": "/(.*)",
"destination": "/index.html"
}
]
}