Files
kudinDmitriyUp 33b32101e2 Initial commit
2026-06-30 16:48:13 +00:00

10 lines
159 B
JSON

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