Files
Nikolay Pecheniev 5cc51019d9 Initial commit
2026-04-24 16:30:15 +03:00

10 lines
159 B
JSON

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