Files
8dad363e-01f9-4560-8437-583…/vercel.json
kudinDmitriyUp 0275cd4728 Initial commit
2026-05-13 12:34:32 +00:00

10 lines
159 B
JSON

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