diff --git a/vercel.json b/vercel.json new file mode 100644 index 0000000..3ed3a8f --- /dev/null +++ b/vercel.json @@ -0,0 +1,4 @@ +{ + "buildCommand": "bun run quick-build-with-bun", + "routes": [{ "src": "dist/*", "status": 410 }] +}