Files
8f95c2a6-1d42-4e4b-a6b4-f68…/vercel.json
Nikolay Pecheniev 214dfa0155 Initial commit
2026-04-23 15:06:28 +03:00

10 lines
159 B
JSON

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