Files
13ff4cbb-c206-46f3-99d5-c0e…/vercel.json
kudinDmitriyUp 4977d6b096 Initial commit
2026-04-23 15:49:15 +00:00

10 lines
159 B
JSON

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