From d2f5f3d0b5c55766869e130da56d5ebc61eb9572 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=9C=A0=EB=B3=91=EC=B2=A0?= Date: Sat, 17 Jan 2026 13:40:04 +0900 Subject: [PATCH] =?UTF-8?q?fix(WEB):=20test-urls=20=ED=8E=98=EC=9D=B4?= =?UTF-8?q?=EC=A7=80=20=EA=B2=BD=EB=A1=9C=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - claudedocs 폴더 정리 후 누락된 경로 추가 - dev/test-urls: claudedocs/dev/ 경로로 수정 - dev/construction-test-urls: claudedocs/dev/ 경로로 수정 Co-Authored-By: Claude --- .../[locale]/(protected)/dev/construction-test-urls/actions.ts | 1 + src/app/[locale]/(protected)/dev/test-urls/actions.ts | 1 + 2 files changed, 2 insertions(+) diff --git a/src/app/[locale]/(protected)/dev/construction-test-urls/actions.ts b/src/app/[locale]/(protected)/dev/construction-test-urls/actions.ts index e8c41dd7..481a6fe5 100644 --- a/src/app/[locale]/(protected)/dev/construction-test-urls/actions.ts +++ b/src/app/[locale]/(protected)/dev/construction-test-urls/actions.ts @@ -154,6 +154,7 @@ export async function getConstructionTestUrlsData(): Promise<{ categories: UrlCa const mdFilePath = path.join( process.cwd(), 'claudedocs', + 'dev', '[REF] construction-pages-test-urls.md' ); diff --git a/src/app/[locale]/(protected)/dev/test-urls/actions.ts b/src/app/[locale]/(protected)/dev/test-urls/actions.ts index fc62259b..48a46708 100644 --- a/src/app/[locale]/(protected)/dev/test-urls/actions.ts +++ b/src/app/[locale]/(protected)/dev/test-urls/actions.ts @@ -181,6 +181,7 @@ export async function getTestUrlsData(): Promise<{ categories: UrlCategory[]; la const mdFilePath = path.join( process.cwd(), 'claudedocs', + 'dev', '[REF] all-pages-test-urls.md' );