Files
kudinDmitriyUp a2d5b6cf6a Initial commit
2026-06-12 18:59:46 +00:00

10 lines
159 B
JSON

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