diff --git a/vercel.json b/vercel.json new file mode 100644 index 000000000..66f95d8a8 --- /dev/null +++ b/vercel.json @@ -0,0 +1 @@ +{ "version": 2, "rewrites": [{ "source": "/(.*)", "destination": "/api" }] }