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 --- layouts/404.html | 29 +++++++++++++++++++++++++++-- static/vercel.json | 4 ++-- 2 files changed, 29 insertions(+), 4 deletions(-) diff --git a/layouts/404.html b/layouts/404.html index 9ebac53..76d46d9 100644 --- a/layouts/404.html +++ b/layouts/404.html @@ -1,4 +1,29 @@ {{ define "title" }}404{{ end }} {{ define "main" }} -

404

-

你似乎来到了无人的岛屿。

+ +
+

🏝️

+

OHHHHH~ +

+

Who lives in a pineapple under the sea?

+
{{ end }} 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