diff --git a/vercel.json b/vercel.json index ee220c6..38fb2fe 100644 --- a/vercel.json +++ b/vercel.json @@ -1,6 +1,9 @@ { "$schema": "https://openapi.vercel.sh/vercel.json", "bunVersion": "1", - "outputDirectory": "dist", - "rewrites": [{ "source": "/(.*)", "destination": "/api/relay" }] + "buildCommand": "bun run build", + "installCommand": "bun install", + "routes": [ + { "src": "/(.*)", "dest": "/$1" } + ] } \ No newline at end of file