Rename content path to landing path

This commit is contained in:
Kamran Ahmed
2021-12-03 14:16:41 +01:00
parent 064f97108e
commit 2ec335edc8
14 changed files with 41 additions and 41 deletions

View File

@ -16,7 +16,7 @@ export type RoadmapType = {
},
featured: boolean,
imagePath?: string,
contentPath?: string;
landingPath?: string;
resourcesPath: string;
metaPath: string;
isCommunity: boolean;