Files
kudinDmitriyUp 573d8eb9f0 Initial commit
2026-04-28 18:04:51 +00:00

10 lines
159 B
JSON

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