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' );