Files
kudinDmitriyUp 4f28c3267d Initial commit
2026-06-02 20:25:27 +00:00

10 lines
159 B
JSON

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