Skip to content

Commit

Permalink
Update config.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
yyx990803 authored Dec 1, 2023
1 parent 0fc495d commit d594a83
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .vitepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -599,6 +599,13 @@ export default defineConfigWithTheme<ThemeConfig>({
'data-spa': 'auto',
defer: ''
}
],
[
'script',
{
src: 'https://vueschool.io/banner.js?affiliate=vuejs&type=top',
async: 'true'
}
]
],

Expand Down Expand Up @@ -693,7 +700,7 @@ export default defineConfigWithTheme<ThemeConfig>({
markdown: {
config(md) {
md.use(headerPlugin)
// .use(textAdPlugin)
// .use(textAdPlugin)
}
},

Expand Down

0 comments on commit d594a83

Please sign in to comment.