Site-imp1

This commit is contained in:
IGNY8 VPS (Salman)
2025-11-18 04:21:33 +00:00
parent 5552e698be
commit 856b40ed0b
21 changed files with 1110 additions and 1511 deletions

View File

@@ -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 }> => {