FairRelay / landing /vercel.json
MouleeswaranM's picture
Upload folder using huggingface_hub
fcf8749 verified
raw
history blame
80 Bytes
{
"rewrites": [
{ "source": "/(.*)", "destination": "/index.html" }
]
}