shoelace/vercel.json

5 wiersze
88 B
JSON

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