Files
kudinDmitriyUp 95caea1f66 Initial commit
2026-04-25 10:12:22 +00:00

10 lines
159 B
JSON

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