Files
kudinDmitriyUp 7e3ed9cfc2 Initial commit
2026-05-05 21:37:21 +00:00

10 lines
159 B
JSON

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