Files
e38b3964-1833-4296-afa6-e12…/vercel.json
kudinDmitriyUp f37398ff27 Initial commit
2026-04-19 10:08:28 +00:00

10 lines
159 B
JSON

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