Files
48f6a1aa-0df7-42e9-81e0-fa5…/vercel.json
kudinDmitriyUp 661d72913b Initial commit
2026-06-10 17:33:44 +00:00

10 lines
159 B
JSON

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