Files
fe706306-8dcb-4997-b819-758…/vercel.json
kudinDmitriyUp 1cde2fc222 Initial commit
2026-06-02 23:07:30 +00:00

10 lines
159 B
JSON

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