From bfa02b70a2be084a315979adba6a5f4eb7ce73c1 Mon Sep 17 00:00:00 2001 From: Lyric <5h3ll3x@gmail.com> Date: Tue, 25 Nov 2025 16:09:31 +0900 Subject: [PATCH] fix ci --- 1000h-portal/wrangler.toml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/1000h-portal/wrangler.toml b/1000h-portal/wrangler.toml index 20c8b1d0..588b13e5 100644 --- a/1000h-portal/wrangler.toml +++ b/1000h-portal/wrangler.toml @@ -4,9 +4,5 @@ type = "webpack" workers_dev = false compatibility_date = "2023-03-23" -routes = [ - "1000h.org/*", -] - [site] bucket = "./.output/public"