Skip to content

Commit 93f9bff

Browse files
committed
Merge branch 'add-google-ads'
2 parents ed73f21 + 7ec1ca2 commit 93f9bff

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

client/pages/_document.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,11 @@ class MyDocument extends Document {
4646
</>
4747
)}
4848
<script
49+
data-ad-client="ca-pub-6334314630314298"
4950
async
50-
src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"
51+
src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"
5152
></script>
52-
53+
5354
{/* favicon */}
5455
<link rel="shortcut icon" href="/images/logo.svg" />
5556
</Head>

0 commit comments

Comments
 (0)