vercel.json (487B)
1 { 2 "redirects": [ 3 { 4 "source": "/:filename((?!docs$|docs\\.html$|index\\.html$)[^/]+)", 5 "destination": "https://huggingface.co/datasets/notamitgamer/uploads/resolve/main/:filename", 6 "permanent": false 7 } 8 ], 9 "rewrites": [ 10 { 11 "source": "/api/:match*", 12 "destination": "/api/index" 13 }, 14 { 15 "source": "/batch/:match*", 16 "destination": "/api/index" 17 }, 18 { 19 "source": "/docs", 20 "destination": "/docs.html" 21 } 22 ] 23 }