diff --git a/wrangler.jsonc b/wrangler.jsonc index c9b790d..0f70900 100644 --- a/wrangler.jsonc +++ b/wrangler.jsonc @@ -3,5 +3,6 @@ "compatibility_date": "2026-03-15", // Cập nhật ngày hiện tại "assets": { "directory": "./dist", + "not_found_handling": "404-page", }, }