commit 6a7a8a29ba0bd2abc0c5d10a59f8eaecac12188c
parent efdee0d588c57ddec7d1cb4da460c9a4183528d6
Author: Amit Dutta <mail@amit.is-a.dev>
Date: Tue, 21 Jul 2026 09:37:21 +0530
Update vercel.json
Diffstat:
1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/vercel.json b/vercel.json
@@ -1,19 +1,18 @@
{
- "$schema": "https://openapi.vercel.sh/vercel.json",
"redirects": [
{
- "source": "/:filename((?!docs$|docs\\.html$).*)",
+ "source": "/:filename((?!docs$|docs\\.html$|index\\.html$)[^/]+)",
"destination": "https://huggingface.co/datasets/notamitgamer/uploads/resolve/main/:filename",
"permanent": false
}
],
"rewrites": [
{
- "source": "/api/(.*)",
+ "source": "/api/:match*",
"destination": "/api/index"
},
{
- "source": "/batch/(.*)",
+ "source": "/batch/:match*",
"destination": "/api/index"
},
{