Skip to content

Commit

Permalink
fix: prevent adsbygoogle is not defined error
Browse files Browse the repository at this point in the history
  • Loading branch information
lijy91 committed Apr 6, 2024
1 parent e5ca4f0 commit 01c9532
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/src/components/starlight/TableOfContents.astro
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ import AstrolightTableOfContents from "@astrojs/starlight/components/TableOfCont
data-ad-client="ca-pub-6049036475236211"
data-ad-slot="3475386518"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
(window.adsbygoogle = window.adsbygoogle || []).push({});
</script>
</div>

0 comments on commit 01c9532

Please sign in to comment.