Files
83bf2a91-6b53-43ec-9f0e-e95…/vercel.json
2026-06-22 10:46:06 +00:00

10 lines
159 B
JSON

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