wireguard-dashboard/web/vercel.json

9 lines
96 B
JSON
Raw Permalink Normal View History

2024-08-21 09:10:01 +08:00
{
"rewrites": [
{
"source": "/(.*)",
"destination": "/index.html"
}
]
}