We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6248547 commit 01c2bfaCopy full SHA for 01c2bfa
.vitepress/theme/index.ts
@@ -12,8 +12,8 @@ export default {
12
Layout() {
13
return h(Theme.Layout, null, {
14
'home-features-after': () => h(HomeSponsors),
15
- 'aside-ads-before': () => h(AsideSponsors),
16
- 'aside-bottom': () => h(WwAds)
+ 'aside-outline-after': () => h(WwAds),
+ 'aside-bottom': () => h(AsideSponsors)
17
})
18
},
19
enhanceApp({ app }) {
0 commit comments