Skip to content

Commit

Permalink
chore: add preview mode component back
Browse files Browse the repository at this point in the history
  • Loading branch information
maxiroellplenty committed Nov 30, 2023
1 parent 1b67c06 commit 55b34e3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions apps/web/layouts/default.vue
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,9 @@
<NuxtLazyHydrate when-idle>
<Cookiebar />
</NuxtLazyHydrate>
<NuxtLazyHydrate when-idle>
<PreviewMode />
</NuxtLazyHydrate>
<NuxtLazyHydrate when-visible>
<UiFooter />
</NuxtLazyHydrate>
Expand Down

0 comments on commit 55b34e3

Please sign in to comment.