Files
kudinDmitriyUp 9eb7c17560 Initial commit
2026-04-17 15:59:54 +00:00

10 lines
159 B
JSON

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