Files
18ec242b-44b3-41ee-9907-9e3…/vercel.json
kudinDmitriyUp 335fdb445d Initial commit
2026-06-11 13:49:21 +00:00

10 lines
159 B
JSON

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