fix(people): fit workspace within private layout

Signed-off-by: Sebastian Krupinski <krupinski01@gmail.com>
This commit is contained in:
2026-07-09 21:20:30 -04:00
parent 21a444bfbe
commit 10ed6e4375
2 changed files with 13 additions and 5 deletions
+1
View File
@@ -3,6 +3,7 @@ const routes = [
name: 'people',
path: '/people',
component: () => import('@/pages/PeoplePage.vue'),
meta: { layout: 'fixed' },
},
]