Files
kudinDmitriyUp f18c6f62d0 Initial commit
2026-06-03 18:10:20 +00:00

10 lines
159 B
JSON

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