Site-imp1
This commit is contained in:
@@ -69,6 +69,16 @@ export const routes: RouteConfig[] = [
|
||||
{ path: '/optimizer/content', label: 'Content', breadcrumb: 'Optimize Content' },
|
||||
],
|
||||
},
|
||||
{
|
||||
path: '/sites',
|
||||
label: 'Sites',
|
||||
icon: 'Sites',
|
||||
children: [
|
||||
{ path: '/sites', label: 'All Sites', breadcrumb: 'All Sites' },
|
||||
{ path: '/sites/builder', label: 'Create Site', breadcrumb: 'Site Builder' },
|
||||
{ path: '/sites/blueprints', label: 'Blueprints', breadcrumb: 'Blueprints' },
|
||||
],
|
||||
},
|
||||
];
|
||||
|
||||
export const getBreadcrumbs = (pathname: string): Array<{ label: string; path: string }> => {
|
||||
|
||||
Reference in New Issue
Block a user