web/wrangler: add not_found_handling

This commit is contained in:
wukko 2025-06-03 10:52:23 +06:00
parent ee2be1fb9e
commit 58209970ac
No known key found for this signature in database
GPG Key ID: 3E30B3F26C7B4AA2

View File

@ -2,6 +2,7 @@
"name": "cobalt",
"compatibility_date": "2025-06-01",
"assets": {
"directory": "./build"
"directory": "./build",
"not_found_handling": "404-page"
}
}