Skip to content

Commit

Permalink
docs: temporarily remove banner
Browse files Browse the repository at this point in the history
  • Loading branch information
posva committed Feb 15, 2023
1 parent b536e5b commit 1ea9eae
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions packages/docs/.vitepress/config/shared.ts
Original file line number Diff line number Diff line change
Expand Up @@ -67,15 +67,16 @@ export const sharedConfig = defineConfig({
},
],

[
'script',
{
src: 'https://vueschool.io/banners/main.js',
// @ts-expect-error: vitepress bug
async: true,
type: 'text/javascript',
},
],
// TODO: add this back when fixed
// [
// 'script',
// {
// src: 'https://vueschool.io/banners/main.js',
// // @ts-expect-error: vitepress bug
// async: true,
// type: 'text/javascript',
// },
// ],

...(isProduction ? productionHead : []),
],
Expand Down

0 comments on commit 1ea9eae

Please sign in to comment.