From 5c5a61f7cd2767eba0089e87d39df99d895e19d4 Mon Sep 17 00:00:00 2001 From: GamerCleanVic Date: Mon, 29 Apr 2024 10:55:27 -0300 Subject: [PATCH] public tscfg --- vercel.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/vercel.json b/vercel.json index b3c9673..d25ced0 100644 --- a/vercel.json +++ b/vercel.json @@ -5,8 +5,10 @@ } }, "routes": [ - { "src": "/(.*)", - "dest": "/api/index.php" + { + "src": "/(.*)", + "dest": "/api/index.php", + "public": "/public/*" } ] }