We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6d4dd3 commit 8fbd9c4Copy full SHA for 8fbd9c4
packages/docs/.vitepress/theme/index.ts
@@ -22,7 +22,7 @@ const theme: Theme = {
22
// 'home-features-after': () => h(HomeSponsors),
23
'aside-ads-before': () => h(AsideSponsors),
24
'doc-before': () => h(TranslationStatus, { status, i18nLabels }),
25
- 'layout-top': () => h(VuejsdeConfBanner)
+ // 'layout-top': () => h(VuejsdeConfBanner)
26
})
27
},
28
0 commit comments