Files
kudinDmitriyUp eee01b8427 Initial commit
2026-05-31 20:10:16 +00:00

10 lines
159 B
JSON

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