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 49aaa80 commit 8c16348Copy full SHA for 8c16348
.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