Skip to content

Commit

Permalink
Add script to show the Free Weekend banner from Vue School (#1240) (#…
Browse files Browse the repository at this point in the history
…1241)

* Fix a typo in ElasticHeader.vue (#2277)

firction -> friction

* Add script to show the Free Weekend banner from Vue School (#2274)

---------

Co-authored-by: Ash <[email protected]>
Co-authored-by: Nico Devs <[email protected]>
  • Loading branch information
3 people committed Mar 9, 2023
1 parent 7394b29 commit efa17fb
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .vitepress/config.ts
Expand Up @@ -629,6 +629,13 @@ export default defineConfigWithTheme<ThemeConfig>({
'data-spa': 'auto',
defer: ''
}
],
[
'script',
{
src: 'https://vueschool.io/banner.js?affiliate=vuejs&type=top',
async: true
}
]
],

Expand Down

1 comment on commit efa17fb

@vercel
Copy link

@vercel vercel bot commented on efa17fb Mar 9, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.