Add logic for content file path generation

This commit is contained in:
Kamran Ahmed
2021-12-03 15:01:23 +01:00
parent cdc362625a
commit bf56db60bc
5 changed files with 12 additions and 6 deletions

View File

@@ -38,5 +38,5 @@
"imagePath": "/roadmaps/frontend.png",
"resourcesPath": "./resources.md",
"pdfUrl": "https://kamranahmedse.gumroad.com/l/frontend-roadmap",
"contentPathsFilePath": "/100-frontend/content-paths.json"
"contentPathsFilePath": "./content-paths.json"
}