Files
kudinDmitriyUp 7ba9a15689 Initial commit
2026-05-25 01:00:28 +00:00

10 lines
159 B
JSON

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