Files
kudinDmitriyUp a2b174475b Initial commit
2026-05-01 07:24:08 +00:00

10 lines
159 B
JSON

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