Claptrap-ui/vercel.json

3 lines
73 B
JSON
Raw Normal View History

2022-06-17 22:05:55 +02:00
{
"rewrites": [{ "source": "/:path*", "destination": "/index.html" }]
}