Files
kudinDmitriyUp 0b82f3e9f6 Initial commit
2026-05-26 15:24:27 +00:00

10 lines
159 B
JSON

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