aboutsummaryrefslogtreecommitdiffstats
path: root/static
diff options
context:
space:
mode:
authoryingyu5658 <i@yingyu5658.me>2026-01-24 21:30:57 +0800
committeryingyu5658 <i@yingyu5658.me>2026-01-24 21:30:57 +0800
commit5cefd3bab010446d8d367004012dfa8b91cc063d (patch)
treed6af0cf7350efa0531b1460170f9d21a7a906b26 /static
parent3613c24ca29dad2fdb19bf02ae014140689c1286 (diff)
downloadblog-5cefd3bab010446d8d367004012dfa8b91cc063d.tar.gz
blog-5cefd3bab010446d8d367004012dfa8b91cc063d.zip
chore: update 404 page
Diffstat (limited to 'static')
-rw-r--r--static/vercel.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/static/vercel.json b/static/vercel.json
index bbbd8a0..6bcf614 100644
--- a/static/vercel.json
+++ b/static/vercel.json
@@ -123,8 +123,8 @@
{
"source": "/(.*)",
- "destination": "/index.html",
- "statusCode": 200
+ "destination": "/404.html",
+ "statusCode": 404
},
{