Files
kudinDmitriyUp 4f9c1540e1 Initial commit
2026-06-01 12:57:10 +00:00

10 lines
159 B
JSON

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