diff --git a/vercel.json b/vercel.json new file mode 100644 index 0000000..5afc253 --- /dev/null +++ b/vercel.json @@ -0,0 +1,11 @@ +{ + "functions": { + "/*.php": { + "runtime": "vercel-php@0.6.0" + } + }, + "routes": [ + { "src": "/(.*)", "dest": "index.php" } + ] + } + \ No newline at end of file