From 0a6cb960a4ea7ebfe7a5fc2b0ee066046ce549c0 Mon Sep 17 00:00:00 2001 From: Stefano Date: Mon, 5 May 2025 19:03:45 -0500 Subject: [PATCH] Added route to vercel.json --- vercel.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/vercel.json b/vercel.json index 70c1e96..2e93fcf 100644 --- a/vercel.json +++ b/vercel.json @@ -9,6 +9,10 @@ { "src": "/(.*)", "dest": "main.py" + }, + { + "src": "/", + "dest": "main.py" } ] }