We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ed73f21 + 7ec1ca2 commit 93f9bffCopy full SHA for 93f9bff
1 file changed
client/pages/_document.js
@@ -46,10 +46,11 @@ class MyDocument extends Document {
46
</>
47
)}
48
<script
49
+ data-ad-client="ca-pub-6334314630314298"
50
async
- src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"
51
+ src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"
52
></script>
-
53
+
54
{/* favicon */}
55
<link rel="shortcut icon" href="/images/logo.svg" />
56
</Head>
0 commit comments