From d680b1631198d497b7174bd2a6aa3a62391a3cdc Mon Sep 17 00:00:00 2001 From: kamilbenkirane Date: Wed, 26 Nov 2025 21:00:10 +0100 Subject: [PATCH] fix: remove routes config for assets-only Worker --- wrangler.toml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/wrangler.toml b/wrangler.toml index a97529d..ad763a5 100644 --- a/wrangler.toml +++ b/wrangler.toml @@ -1,11 +1,7 @@ name = "celeste-docs" compatibility_date = "2025-04-01" -compatibility_flags = ["nodejs_compat"] - -[[routes]] -pattern = "docs.withceleste.ai" -custom_domain = true [assets] directory = "./out" +html_handling = "auto-trailing-slash" not_found_handling = "single-page-application" \ No newline at end of file