summaryrefslogtreecommitdiff
path: root/wrangler.jsonc
diff options
context:
space:
mode:
authorWindowsAddict2025-09-28 19:24:00 +0000
committerWindowsAddict2025-09-28 19:24:00 +0000
commit948210812d3f1e9e0ab2f19848212e413b82b678 (patch)
treea22e04687eef73843d95cd905fb959158d65d37a /wrangler.jsonc
parent4d4cb67bef705628ef23302823b82f21f0856d75 (diff)
downloadmassgrave.dev-948210812d3f1e9e0ab2f19848212e413b82b678.zip
Add 404 handling
Diffstat (limited to 'wrangler.jsonc')
-rw-r--r--wrangler.jsonc5
1 files changed, 3 insertions, 2 deletions
diff --git a/wrangler.jsonc b/wrangler.jsonc
index 13e880f..a108d17 100644
--- a/wrangler.jsonc
+++ b/wrangler.jsonc
@@ -1,7 +1,8 @@
{
"name": "massgrave",
- "compatibility_date": "2025-08-28",
+ "compatibility_date": "2025-09-27",
"assets": {
- "directory": "./build"
+ "directory": "./build",
+ "not_found_handling": "404-page"
}
}