aboutsummaryrefslogtreecommitdiffstats
path: root/static/vercel.json
diff options
context:
space:
mode:
authoryingyu5658 <i@yingyu5658.me>2026-01-28 01:02:21 +0800
committeryingyu5658 <i@yingyu5658.me>2026-01-28 01:02:21 +0800
commit2c0b419a744fd6d7e9093e9ca88dc81314275313 (patch)
tree022b19428ac13d62804401c3fd41bc055208c3c8 /static/vercel.json
parentc2874bfe79a7d14b3f98567668b6ed9cd56a6439 (diff)
downloadblog-2c0b419a744fd6d7e9093e9ca88dc81314275313.tar.gz
blog-2c0b419a744fd6d7e9093e9ca88dc81314275313.zip
fix: remove catch-all 404 redirect from vercel.json
The configuration was incorrectly redirecting all root pages to 404.html.
Diffstat (limited to 'static/vercel.json')
-rw-r--r--static/vercel.json6
1 files changed, 0 insertions, 6 deletions
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",