douyin/vercel.json
2024-04-03 22:26:06 +08:00

8 lines
97 B
JSON

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