Files
Butterfly/app/vercel.json
2022-04-17 19:12:14 +02:00

9 lines
139 B
JSON

{
"$schema": "https://openapi.vercel.sh/vercel.json",
"rewrites": [
{
"source": "/(.*)",
"destination": "/"
}
]
}