Files
fdd1f0bd-9470-43fa-b010-847…/vercel.json
2026-04-21 11:52:17 +03:00

10 lines
159 B
JSON

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