Files
ff310882-17d1-495c-86bd-4f7…/vercel.json
2026-06-22 18:07:56 +00:00

10 lines
159 B
JSON

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