Add debug info

pull/8471/head
Kamran Ahmed 6 days ago
parent 82c52aca7e
commit 9851978dbd
  1. 2
      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(

Loading…
Cancel
Save