add vercel json (vercel.json)

This commit is contained in:
ひでまる 2025-01-28 15:45:29 +09:00
parent 458ffa5460
commit 796f30a572

4
vercel.json Normal file
View file

@ -0,0 +1,4 @@
{
"buildCommand": "bun run quick-build-with-bun",
"routes": [{ "src": "dist/*", "status": 410 }]
}