uploads

Log | Files | Refs

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 }
© notamitgamer • Site Built: 2026-07-21 13:58:23 UTC • git-mirror commit: 1037f62 [view raw info]
Originally created with stagit • modified by notamitgamer
Forked from github.com/notamitgamer/git-mirror