uploads

Log | Files | Refs

commit 753a3b7c0c71750bb510adce772e5f9695f7dccb
parent 08d9ed9b042cd8283906d2fdd0fb7d243359cc8e
Author: Amit Dutta <mail@amit.is-a.dev>
Date:   Mon, 20 Jul 2026 20:59:37 +0530

Add new rewrite rule for Hugging Face dataset uploads
Diffstat:
Mvercel.json | 5+++++
1 file changed, 5 insertions(+), 0 deletions(-)

diff --git a/vercel.json b/vercel.json @@ -11,6 +11,11 @@ ], "destination": "https://huggingface.co/datasets/notamitgamer/uploads/resolve/main/:filename", "permanent": false +}, +{ +"source": "/(?[^/]+\.[a-zA-Z0-9]+)", +"destination": "https://huggingface.co/datasets/notamitgamer/uploads/resolve/main/:filename", +"permanent": false } ], "rewrites": [
© 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