Files
kudinDmitriyUp 8e3ab36b1a Initial commit
2026-05-08 16:39:02 +00:00

10 lines
159 B
JSON

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