From 9851978dbd63ba1a6a2adbe79433f7b7d2a95cf4 Mon Sep 17 00:00:00 2001 From: Kamran Ahmed Date: Mon, 7 Apr 2025 16:05:17 +0100 Subject: [PATCH] Add debug info --- src/pages/[roadmapId]/[...topicId].astro | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/pages/[roadmapId]/[...topicId].astro b/src/pages/[roadmapId]/[...topicId].astro index 09f33f995..86b5b486e 100644 --- a/src/pages/[roadmapId]/[...topicId].astro +++ b/src/pages/[roadmapId]/[...topicId].astro @@ -26,6 +26,8 @@ let contentPath = path.join( `${topicPath}.md`, ); +console.log(contentPath); + // Check if file exists if (!fs.existsSync(contentPath)) { const indexFilePath = path.join(