diff --git a/wrangler.jsonc b/wrangler.jsonc index 9f15edd..fd697a9 100644 --- a/wrangler.jsonc +++ b/wrangler.jsonc @@ -3,9 +3,9 @@ "main": "src/worker.ts", "compatibility_date": "2025-12-21", "assets": { - "directory": "./dist/public", + "directory": "./dist", "binding": "ASSETS", - "not_found_handling": "single-page-application" + "not_found_handling": "404-page" }, "vars": { "CONTACT_FROM_EMAIL": "info@highlandgrouprda.org.uk",