Skip to content

Commit dbff1aa

Browse files
feature: add adsense
1 parent 170327f commit dbff1aa

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

src/layouts/Layout.astro

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,12 @@ const structuredData = {
118118
crossorigin
119119
/>
120120

121+
<!-- Google Adsense -->
122+
<script
123+
async
124+
src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-9233438485772599"
125+
crossorigin="anonymous"></script>
126+
121127
<meta name="theme-color" content="" />
122128

123129
{

0 commit comments

Comments
 (0)