diff --git a/_redirects b/public/_redirects similarity index 100% rename from _redirects rename to public/_redirects diff --git a/wrangler.jsonc b/wrangler.jsonc index 6d5d76223..d6c6519ef 100644 --- a/wrangler.jsonc +++ b/wrangler.jsonc @@ -2,7 +2,8 @@ "name": "fuwari", "compatibility_date": "2025-08-11", "assets": { - "directory": "./dist" + "directory": "./dist", + "not_found_handling": "404-page" } }