Skip to content

Commit 15cc5da

Browse files
committed
feat: remove ad
1 parent fa39c84 commit 15cc5da

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
@@ -17,8 +17,8 @@ export default {
1717
return h(DefaultTheme.Layout, null, {
1818
// 'layout-top': () =>
1919
// h(defineAsyncComponent(() => import('./components/shared/Banner.vue'))),
20-
'aside-ads-before' : () =>
21-
h(defineAsyncComponent(() => import('./components/shared/Ad.vue'))),
20+
// 'aside-ads-before' : () =>
21+
// h(defineAsyncComponent(() => import('./components/shared/Ad.vue'))),
2222
// h(defineAsyncComponent(() => import('./components/shared/GPTLink.vue'))),
2323
'sidebar-nav-before': () =>
2424
h(defineAsyncComponent(() => import('./components/shared/SidebarLinks.vue'))),

0 commit comments

Comments
 (0)