Files
seedit/vercel.json
2026-03-19 13:41:03 +08:00

9 lines
174 B
JSON

{
"rewrites": [
{ "source": "/(.*)", "destination": "/index.html" }
],
"buildCommand": "corepack yarn build",
"outputDirectory": "build",
"framework": "vite"
}