From f7ed7e2e7fdceb0fa1e28119002a2baf743fb69b Mon Sep 17 00:00:00 2001 From: Ad-closeNN <1709301095@qq.com> Date: Sat, 28 Feb 2026 18:41:14 +0800 Subject: [PATCH] =?UTF-8?q?style:=20=E5=9C=A8=20Cloudflare=20=E5=BA=94?= =?UTF-8?q?=E7=94=A8=E8=87=AA=E5=AE=9A=E4=B9=89=20404=20=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- wrangler.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/wrangler.toml b/wrangler.toml index 6da9168..da9f02e 100644 --- a/wrangler.toml +++ b/wrangler.toml @@ -3,6 +3,7 @@ compatibility_date = "2025-09-07" [assets] directory = "./dist/" +not_found_handling = "404-page" [build] command = "pnpm build" \ No newline at end of file