Files
Nikolay Pecheniev c4880afd19 Initial commit
2026-04-29 13:06:27 +03:00

10 lines
159 B
JSON

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