Files
a4320230-c6df-4e4c-a481-df2…/vercel.json
2026-06-13 20:19:29 +00:00

10 lines
159 B
JSON

{
"buildCommand": "npm run build",
"outputDirectory": "dist",
"rewrites": [
{
"source": "/(.*)",
"destination": "/index.html"
}
]
}