Files
af54fa32-c545-49a0-b369-788…/vercel.json
2026-06-17 11:48:52 +00:00

10 lines
159 B
JSON

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