fix: try vercel conf

Signed-off-by: Innei <i@innei.in>
This commit is contained in:
Innei 2024-08-02 17:52:31 +08:00
parent 3a8cbf2439
commit 309db219e8
No known key found for this signature in database
GPG Key ID: 0F62D33977F021F7
1 changed files with 3 additions and 6 deletions

View File

@ -7,13 +7,10 @@
{
"source": "/__debug_proxy/:path*",
"destination": "/__debug_proxy.html"
}
],
"routes": [
},
{
"src": "/[^.]+",
"dest": "/",
"status": 200
"source": "/(.*)",
"destination": "/index.html"
}
]
}