fix: ensure 404 phandling in wrangler configuration

This commit is contained in:
Thuan Bui
2026-03-15 21:18:00 +07:00
parent 2c82af1b6b
commit c1784627ca
+1
View File
@@ -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",
},
}