We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3539283 commit 4e14d1aCopy full SHA for 4e14d1a
src/server/Html.tsx
@@ -56,7 +56,7 @@ function Html({
56
{styledElement}
57
{extractor.getLinkElements()}
58
{extractor.getStyleElements()}
59
- {favicons.map(favicon => (
+ {favicons.map((favicon) => (
60
<link
61
key={favicon.path}
62
rel={favicon.rel}
@@ -65,6 +65,11 @@ function Html({
65
/>
66
))}
67
<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>
73
<script
74
async
75
src="https://www.googletagmanager.com/gtag/js?id=UA-125599395-1"
0 commit comments