diff --git a/vercel.json b/vercel.json index 0659760997..d72afae0a3 100644 --- a/vercel.json +++ b/vercel.json @@ -1,8 +1,8 @@ { "rewrites": [ { - "source": "/(.*)", - "destination": "/" + "source": "/:path((?!testnet/pontusx/).*)", + "destination": "/testnet/pontusx/:path*" } ] } \ No newline at end of file