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(