From 3d573ca364d0f26b4da244e28b585db2997ba57d 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 | 4 ---- 1 file changed, 4 deletions(-) diff --git a/vercel.json b/vercel.json index 674f7f7..11ea5a4 100644 --- a/vercel.json +++ b/vercel.json @@ -16,10 +16,6 @@ { "source": "/(.*)", "destination": "/www/libx/dist/$1" - }, - { - "source": "/(.*)", - "destination": "/api/app.py" } ] }