diff --git a/vercel.json b/vercel.json new file mode 100644 index 0000000..19e5c67 --- /dev/null +++ b/vercel.json @@ -0,0 +1,15 @@ +{ + "version": 2, + "builds": [ + { + "src": "public/index.php", + "use": "@vercel/php" + } + ], + "routes": [ + { + "src": "/(.*)", + "dest": "/public/index.php" + } + ] +} \ No newline at end of file