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 d3169e6 commit def9358Copy full SHA for def9358
.vitepress/config.ts
@@ -600,13 +600,13 @@ export default defineConfigWithTheme<ThemeConfig>({
600
defer: ''
601
}
602
],
603
- // [
604
- // 'script',
605
- // {
606
- // src: 'https://vueschool.io/banner.js?affiliate=vuejs&type=top',
607
- // async: 'true'
608
- // }
609
- // ]
+ [
+ 'script',
+ {
+ src: 'https://vueschool.io/banner.js?affiliate=vuejs&type=top',
+ async: 'true'
+ }
+ ]
610
611
612
themeConfig: {
0 commit comments