diff --git a/wrangler.jsonc b/wrangler.jsonc index 6064cd0..a7677ce 100644 --- a/wrangler.jsonc +++ b/wrangler.jsonc @@ -4,6 +4,7 @@ "workers_dev": false, "compatibility_date": "2025-12-30", "assets": { - "directory": "./dist" + "directory": "./dist", + "not_found_handling": "single-page-application" } } \ No newline at end of file