From 5cefd3bab010446d8d367004012dfa8b91cc063d Mon Sep 17 00:00:00 2001 From: yingyu5658 Date: Sat, 24 Jan 2026 21:30:57 +0800 Subject: chore: update 404 page --- static/vercel.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'static') 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 }, { -- cgit v1.2.3