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 f7fe476 commit 820ad61Copy full SHA for 820ad61
.vitepress/theme/index.ts
@@ -15,8 +15,8 @@ export default {
15
},
16
Layout() {
17
return h(DefaultTheme.Layout, null, {
18
- // 'layout-top': () =>
19
- // h(defineAsyncComponent(() => import('./components/shared/Banner.vue'))),
+ 'layout-top': () =>
+ h(defineAsyncComponent(() => import('./components/shared/Banner.vue'))),
20
// 'aside-ads-before' : () =>
21
// h(defineAsyncComponent(() => import('./components/shared/Paperplane.vue'))),
22
// h(defineAsyncComponent(() => import('./components/shared/GPTLink.vue'))),
0 commit comments