vue-health/vercel.json
Victor Batischev 5006a4773c vercel config
2024-02-16 15:23:00 +03:00

9 lines
120 B
JSON

{
"rewrites": [
{
"source": "/(.*)",
"destination": "/index.html"
}
]
}