From 9432d6d5e81b4d6860fce6debf28822035fd4e32 Mon Sep 17 00:00:00 2001 From: "Michael H." Date: Fri, 13 Feb 2026 01:24:42 +0100 Subject: [PATCH] deploy(ui): fix storybook routes --- packages/ui/wrangler.jsonc | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/packages/ui/wrangler.jsonc b/packages/ui/wrangler.jsonc index 60fc9c0ab..198678fba 100644 --- a/packages/ui/wrangler.jsonc +++ b/packages/ui/wrangler.jsonc @@ -3,8 +3,6 @@ "compatibility_date": "2026-02-12", "workers_dev": true, "assets": { - "directory": "./storybook-static", - "html_handling": "force-trailing-slash", - "not_found_handling": "404-page" + "directory": "./storybook-static" } }