learning_ai_invt_trdg/web/vercel.json

8 lines
126 B
JSON

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