diff --git a/vercel.json b/vercel.json index bae4f18..eff157e 100644 --- a/vercel.json +++ b/vercel.json @@ -1,8 +1,12 @@ { - "rewrites": [ + "routes": [ { - "source": "/", - "destination": "/public/portal.html" + "src": "/", + "dest": "/public/portal.html" + }, + { + "src": "/(.*)", + "dest": "/public/portal.html" } ], "env": {