Files
kudinDmitriyUp 2f0b171fa1 Initial commit
2026-05-22 19:24:00 +00:00

10 lines
159 B
JSON

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