This commit is contained in:
f4ilji
2024-11-08 14:36:13 +05:00
parent fbea6ecd48
commit 992464e2e1
24 changed files with 130 additions and 98 deletions
+5 -4
View File
@@ -1,8 +1,6 @@
<template>
<AppHead
:title="seo?.title"
:description="seo?.description"
/>
<AppHead :seo="seo" />
<div class="flex flex-col h-screen">
<MainPageNavBar class="border-b" :sections="$page.props.navigation"></MainPageNavBar>
@@ -353,6 +351,9 @@ export default {
person: {
type: Object,
},
seo: {
type: Object,
}
},
components: {