From 652d50e54871467af6ed64664549ae15a5f0dd47 Mon Sep 17 00:00:00 2001 From: anazary0000-dotcom Date: Wed, 29 Apr 2026 06:53:41 +0330 Subject: [PATCH] Update vercel.json --- v1.0/vercel.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/v1.0/vercel.json b/v1.0/vercel.json index d5dd2b7..06908da 100644 --- a/v1.0/vercel.json +++ b/v1.0/vercel.json @@ -1,8 +1,8 @@ { - "version": 2, - "name": "sni-xhttp", - "rewrites": [ - { "source": "/(.*)", "destination": "/api/index" } - ], - "trailingSlash": false + "routes": [ + { + "src": "/(.*)", + "dest": "/api/index" + } + ] }