Skip to content

Commit c6a62ce

Browse files
committed
chore(wrangler): add not found handling
1 parent 054887e commit c6a62ce

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

wrangler.jsonc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@
99
"compatibility_date": "2025-09-01",
1010
"assets": {
1111
"directory": "./dist",
12-
"binding": "ASSETS"
12+
"binding": "ASSETS",
13+
"not_found_handling": "404-page"
1314
},
1415
"observability": {
1516
"enabled": true

0 commit comments

Comments
 (0)