diff --git a/vercel.json b/vercel.json index 8894fc7..511aa86 100644 --- a/vercel.json +++ b/vercel.json @@ -1,5 +1,6 @@ { "rewrites": [ + {"source": "/", "destination": "/api"}, {"source": "/:address", "destination": "/api"} ] } \ No newline at end of file