From fd2da27462d8b8c293ae08c0bba87440963f8c07 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B9=80=EB=B3=B4=EA=B3=A4?= Date: Thu, 5 Feb 2026 06:14:52 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20URL=20=ED=8C=A8=ED=84=B4=EC=97=90?= =?UTF-8?q?=EC=84=9C=20/ko/=20=EC=A0=91=EB=91=90=EC=82=AC=20=EC=A0=9C?= =?UTF-8?q?=EA=B1=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- free-board.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/free-board.json b/free-board.json index 9f2fb65..bdcfe2a 100644 --- a/free-board.json +++ b/free-board.json @@ -272,7 +272,7 @@ "action": "verify_url_stability", "critical": true, "verification": { - "expected_url_pattern": "/ko/boards/free/\\d+", + "expected_url_pattern": "/boards/free/\\d+", "no_404": true, "no_error_page": true, "success_condition": "url_changed_to_detail" @@ -535,7 +535,7 @@ "action": "verify_url_stability", "critical": true, "verification": { - "expected_url_pattern": "/ko/boards/free/\\d+", + "expected_url_pattern": "/boards/free/\\d+", "no_404": true, "no_error_page": true, "success_condition": "url_back_to_detail"