Skip to content

Commit

Permalink
fix: script
Browse files Browse the repository at this point in the history
  • Loading branch information
tomalaforge committed Jan 25, 2024
1 parent e19504b commit 9e26960
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docs/astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,10 @@ export default defineConfig({
},
{
tag: 'script',
content: `<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-2438923752868254"
crossorigin="anonymous"></script>`
attrs: {
src: 'https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-2438923752868254',
async: true,
}
}
],
components: {
Expand Down

0 comments on commit 9e26960

Please sign in to comment.