trying to fix duplicated layout

This commit is contained in:
2023-08-21 16:18:53 +02:00
parent 02ddb76d39
commit 38834ccac2
2 changed files with 1 additions and 6 deletions

View File

@@ -40,11 +40,6 @@ const navs = [
to: '/bookmarks',
icon: 'i-ph-bookmarks-bold',
},
{
label: 'Ask Me',
to: '/ama',
icon: 'i-octicon-comment-discussion-16',
},
{
label: 'Contact',
to: '/contact',

View File

@@ -13,7 +13,7 @@ const getColor = computed(() => appConfig.ui.primary)
<div class="relative z-50">
<Header />
<UContainer>
<NuxtPage />
<slot />
</UContainer>
<Footer />
</div>