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 4ed8714 commit 4e26035
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/docs/.vitepress/theme/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { h } from 'vue'
import { Theme, useData } from 'vitepress'
import { Theme } from 'vitepress'
import DefaultTheme from 'vitepress/theme'
import AsideSponsors from './components/AsideSponsors.vue'
// import HomeSponsors from './components/HomeSponsors.vue'
Expand All @@ -17,7 +17,6 @@ const theme: Theme = {
// 'home-features-after': () => h(HomeSponsors),
'aside-ads-before': () => h(AsideSponsors),
'doc-before': () => h(TranslationStatus),
'layout-top': () => h(VueMasteryBanner),
})
},

Expand Down

0 comments on commit 4e26035

Please sign in to comment.