Skip to content

Commit 4e14d1a

Browse files
committed
Add script tag
1 parent 3539283 commit 4e14d1a

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

src/server/Html.tsx

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ function Html({
5656
{styledElement}
5757
{extractor.getLinkElements()}
5858
{extractor.getStyleElements()}
59-
{favicons.map(favicon => (
59+
{favicons.map((favicon) => (
6060
<link
6161
key={favicon.path}
6262
rel={favicon.rel}
@@ -65,6 +65,11 @@ function Html({
6565
/>
6666
))}
6767
<meta name="viewport" content="width=device-width, initial-scale=1" />
68+
<script
69+
data-ad-client="ca-pub-5574866530496701"
70+
async
71+
src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"
72+
></script>
6873
<script
6974
async
7075
src="https://www.googletagmanager.com/gtag/js?id=UA-125599395-1"

0 commit comments

Comments
 (0)