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/*" } ] }