From 890f40f018490d5871aa0451112219435716ebdf Mon Sep 17 00:00:00 2001 From: Ben Allfree Date: Sun, 30 Nov 2025 04:26:16 -0800 Subject: [PATCH] chore: update compatibility date to 2025-11-29 and add not_found_handling for single-page-application in wrangler.json --- wrangler.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/wrangler.json b/wrangler.json index d2d135f..5ba1554 100644 --- a/wrangler.json +++ b/wrangler.json @@ -1,8 +1,9 @@ { "name": "mesh-forge", - "compatibility_date": "2024-09-23", + "compatibility_date": "2025-11-29", "assets": { - "directory": "./dist" + "directory": "./dist", + "not_found_handling": "single-page-application" }, "observability": { "enabled": true