Files
Nexior/vercel.json
2025-03-02 19:54:56 +08:00

7 lines
167 B
JSON

{
"version": 2,
"buildCommand": "npm run build",
"installCommand": "yarn",
"routes": [{ "handle": "filesystem" }, { "src": "/(.*)", "dest": "/index.html" }]
}