diff --git a/plugins/apps/colors-to-tokens-plugin/wrangler.toml b/plugins/apps/colors-to-tokens-plugin/wrangler.toml index 7f48730a36..dca29b2067 100644 --- a/plugins/apps/colors-to-tokens-plugin/wrangler.toml +++ b/plugins/apps/colors-to-tokens-plugin/wrangler.toml @@ -1,7 +1,7 @@ name = "color-to-tokens-plugin" compatibility_date = "2025-01-01" -assets = { directory = "../../dist/apps/colors-to-tokens-plugin/browser" } +assets = { directory = "../../dist/apps/colors-to-tokens-plugin" } [[routes]] pattern = "WORKER_URI" diff --git a/plugins/apps/contrast-plugin/wrangler.toml b/plugins/apps/contrast-plugin/wrangler.toml index 86f456ec95..9c899e8d07 100644 --- a/plugins/apps/contrast-plugin/wrangler.toml +++ b/plugins/apps/contrast-plugin/wrangler.toml @@ -1,7 +1,7 @@ name = "contrast-plugin" compatibility_date = "2025-01-01" -assets = { directory = "../../dist/apps/contrast-plugin/browser" } +assets = { directory = "../../dist/apps/contrast-plugin" } [[routes]] pattern = "WORKER_URI" diff --git a/plugins/apps/table-plugin/wrangler.toml b/plugins/apps/table-plugin/wrangler.toml index 9c95160a01..4184abff9c 100644 --- a/plugins/apps/table-plugin/wrangler.toml +++ b/plugins/apps/table-plugin/wrangler.toml @@ -1,7 +1,7 @@ name = "table-plugin" compatibility_date = "2025-01-01" -assets = { directory = "../../dist/apps/table-plugin/browser" } +assets = { directory = "../../dist/apps/table-plugin" } [[routes]] pattern = "WORKER_URI"