Files
kudinDmitriyUp 371ee628a3 Initial commit
2026-04-15 17:55:46 +00:00

10 lines
159 B
JSON

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