chore: layout config updates

This commit is contained in:
tugcekucukoglu
2025-12-25 10:03:32 +03:00
parent a4b2c96b0d
commit 410c08d693
10 changed files with 530 additions and 413 deletions

View File

@@ -90,7 +90,7 @@ const router = createRouter({
component: () => import('@/views/uikit/TimelineDoc.vue')
},
{
path: '/blocks',
path: '/blocks/free',
name: 'blocks',
meta: {
breadcrumb: ['Prime Blocks', 'Free Blocks']
@@ -108,7 +108,7 @@ const router = createRouter({
component: () => import('@/views/pages/Crud.vue')
},
{
path: '/documentation',
path: '/start/documentation',
name: 'documentation',
component: () => import('@/views/pages/Documentation.vue')
}