vue-health/vercel.json

9 lines
120 B
JSON
Raw Permalink Normal View History

2024-02-16 15:20:01 +03:00
{
2024-02-16 15:23:00 +03:00
"rewrites": [
{
"source": "/(.*)",
"destination": "/index.html"
}
]
2024-02-16 15:20:01 +03:00
}