Skip to content

Commit

Permalink
wip: Change ads size
Browse files Browse the repository at this point in the history
  • Loading branch information
lijy91 committed Apr 2, 2024
1 parent 5aafc02 commit 3c03a4a
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions website/src/components/starlight/TableOfContents.astro
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ import AstrolightTableOfContents from "@astrojs/starlight/components/TableOfCont
---

<AstrolightTableOfContents {...Astro.props} />
<ins
class="adsbygoogle"
style="display:block"
data-ad-client="ca-pub-6049036475236211"
data-ad-slot="3475386518"
data-ad-format="auto"
data-full-width-responsive="true"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
<div style={{ marginTop: "20px" }}>
<ins
class="adsbygoogle"
style="display:inline-block;width:268px;height:268px"
data-ad-client="ca-pub-6049036475236211"
data-ad-slot="3475386518"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
</div>

0 comments on commit 3c03a4a

Please sign in to comment.