Skip to content

Commit

Permalink
chore: disable banner
Browse files Browse the repository at this point in the history
  • Loading branch information
mychidarko committed Nov 7, 2024
1 parent 81feabe commit 9c3a75e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .vitepress/theme/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ export default {
},
Layout() {
return h(DefaultTheme.Layout, null, {
'layout-top': () =>
h(defineAsyncComponent(() => import('./components/shared/Banner.vue'))),
// 'layout-top': () =>
// h(defineAsyncComponent(() => import('./components/shared/Banner.vue'))),
});
},
};

0 comments on commit 9c3a75e

Please sign in to comment.