diff --git a/vercel.json b/vercel.json new file mode 100644 index 000000000..7eb07dba6 --- /dev/null +++ b/vercel.json @@ -0,0 +1,4 @@ +{ + "$schema": "https://openapi.vercel.sh/vercel.json", + "rewrites": [{ "source": "/(.*)", "destination": "/index.html" }] +}