Skip to content

Commit

Permalink
docs: remove VM banner
Browse files Browse the repository at this point in the history
  • Loading branch information
posva committed Jan 23, 2024
1 parent f78a120 commit d099567
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions packages/docs/.vitepress/theme/index.ts
Original file line number Diff line number Diff line change
@@ -1,21 +1,20 @@
import { h } from 'vue'
import { Theme, useData } from 'vitepress'
import { type Theme } from 'vitepress'
import DefaultTheme from 'vitepress/theme'
import AsideSponsors from './components/AsideSponsors.vue'
// import AsideSponsors from './components/AsideSponsors.vue'
import './styles/vars.css'
import './styles/playground-links.css'
import VueSchoolLink from './components/VueSchoolLink.vue'
import VueMasteryLogoLink from './components/VueMasteryLogoLink.vue'
import VueMasteryBanner from './components/VueMasteryBanner.vue'

const theme: Theme = {
...DefaultTheme,
Layout() {
return h(DefaultTheme.Layout, null, {
// 'home-features-after': () => h(HomeSponsors),
'aside-ads-before': () => h(AsideSponsors),
'layout-top': () => h(VueMasteryBanner),
// 'layout-top': () => h(VueMasteryBanner),
})
},

Expand Down

0 comments on commit d099567

Please sign in to comment.