Skip to content

Commit 01c2bfa

Browse files
committed
adjust wwads visibility
1 parent 6248547 commit 01c2bfa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.vitepress/theme/index.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ export default {
1212
Layout() {
1313
return h(Theme.Layout, null, {
1414
'home-features-after': () => h(HomeSponsors),
15-
'aside-ads-before': () => h(AsideSponsors),
16-
'aside-bottom': () => h(WwAds)
15+
'aside-outline-after': () => h(WwAds),
16+
'aside-bottom': () => h(AsideSponsors)
1717
})
1818
},
1919
enhanceApp({ app }) {

0 commit comments

Comments
 (0)