From 56b84eabadd2741d3b5a530471fb3a39d35406c4 Mon Sep 17 00:00:00 2001 From: ra0x3 Date: Fri, 20 Dec 2024 19:44:09 -0500 Subject: [PATCH] try updating vercel config (again) --- vercel.json | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/vercel.json b/vercel.json index 674f7f7..6500108 100644 --- a/vercel.json +++ b/vercel.json @@ -11,15 +11,11 @@ "rewrites": [ { "source": "/api/(.*)", - "destination": "/api/app.py" + "destination": "/api/$1" }, { "source": "/(.*)", "destination": "/www/libx/dist/$1" - }, - { - "source": "/(.*)", - "destination": "/api/app.py" } ] }