Skip to content

Commit

Permalink
fix(examples): layout duplication (#1808)
Browse files Browse the repository at this point in the history
  • Loading branch information
nobkd committed Jan 9, 2023
1 parent d47083f commit 486fcd4
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions examples/essentials/document-driven/app.vue
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
<template>
<NuxtExampleLayout example="document-driven" repo="nuxt/content">
<NuxtLayout>
<NuxtPage class="prose text-left" />
</NuxtLayout>
<NuxtPage class="prose text-left" />
</NuxtExampleLayout>
</template>

0 comments on commit 486fcd4

Please sign in to comment.