diff --git a/wrangler.toml b/wrangler.toml index 6da9168..da9f02e 100644 --- a/wrangler.toml +++ b/wrangler.toml @@ -3,6 +3,7 @@ compatibility_date = "2025-09-07" [assets] directory = "./dist/" +not_found_handling = "404-page" [build] command = "pnpm build" \ No newline at end of file