Files
2bbc9296-74fd-42e9-b016-894…/vercel.json
2026-06-18 08:53:40 +00:00

10 lines
159 B
JSON

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