diff options
| author | yingyu5658 <i@yingyu5658.me> | 2026-01-28 01:02:21 +0800 |
|---|---|---|
| committer | yingyu5658 <i@yingyu5658.me> | 2026-01-28 01:02:21 +0800 |
| commit | 2c0b419a744fd6d7e9093e9ca88dc81314275313 (patch) | |
| tree | 022b19428ac13d62804401c3fd41bc055208c3c8 /static | |
| parent | c2874bfe79a7d14b3f98567668b6ed9cd56a6439 (diff) | |
| download | blog-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')
| -rw-r--r-- | static/vercel.json | 6 |
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", |
