Skip to content

Commit

Permalink
chore: cleanup + pull admob readme update
Browse files Browse the repository at this point in the history
closes #156
  • Loading branch information
rigor789 committed Nov 2, 2024
1 parent a0d9270 commit 5b88576
Show file tree
Hide file tree
Showing 4 changed files with 130 additions and 1,080 deletions.
9 changes: 4 additions & 5 deletions .vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,10 @@ export default defineConfig({
head: [
[
'script',
{},
`const script = document.createElement('script');
script.async = true;
script.src = 'https://vueschool.io/banner.js?affiliate=NSCRIPT&type=top';
document.head.appendChild(script);`,
{
async: 'true',
src: 'https://vueschool.io/banner.js?affiliate=NSCRIPT&type=top',
}
],
],
ignoreDeadLinks: true,
Expand Down
Loading

0 comments on commit 5b88576

Please sign in to comment.