diff --git a/vercel.json b/vercel.json new file mode 100644 index 0000000..68f30f1 --- /dev/null +++ b/vercel.json @@ -0,0 +1,14 @@ +{ + "version": 2, + "rewrites": [ + { + "source": "/(.*)", + "destination": "/" + } + ], + "functions": { + "api/*": { + "maxDuration": 55 + } + } +} \ No newline at end of file