apkt-eis/vercel.json
2024-02-19 09:08:50 +07:00

8 lines
119 B
JSON
Executable File

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