From 2c0b419a744fd6d7e9093e9ca88dc81314275313 Mon Sep 17 00:00:00 2001 From: yingyu5658 Date: Wed, 28 Jan 2026 01:02:21 +0800 Subject: fix: remove catch-all 404 redirect from vercel.json The configuration was incorrectly redirecting all root pages to 404.html. --- static/vercel.json | 6 ------ 1 file changed, 6 deletions(-) (limited to 'static') diff --git a/static/vercel.json b/static/vercel.json index 6bcf614..8d5249f 100644 --- a/static/vercel.json +++ b/static/vercel.json @@ -121,12 +121,6 @@ "permanent": true }, - { - "source": "/(.*)", - "destination": "/404.html", - "statusCode": 404 - }, - { "source": "/avatar.png", "destination": "/avatar.webp", -- cgit v1.2.3