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', to: '/bookmarks',
icon: 'i-ph-bookmarks-bold', icon: 'i-ph-bookmarks-bold',
}, },
{
label: 'Ask Me',
to: '/ama',
icon: 'i-octicon-comment-discussion-16',
},
{ {
label: 'Contact', label: 'Contact',
to: '/contact', to: '/contact',

View File

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