Update layout.tsx
This commit is contained in:
parent
2437d80d5d
commit
4222b8b8ea
|
@ -34,31 +34,6 @@ export default function RootLayout({
|
||||||
<meta name="config" content={JSON.stringify(getClientConfig())} />
|
<meta name="config" content={JSON.stringify(getClientConfig())} />
|
||||||
<link rel="manifest" href="/site.webmanifest"></link>
|
<link rel="manifest" href="/site.webmanifest"></link>
|
||||||
<script src="/serviceWorkerRegister.js" defer></script>
|
<script src="/serviceWorkerRegister.js" defer></script>
|
||||||
{/* <script
|
|
||||||
async
|
|
||||||
src="https://www.googletagmanager.com/gtag/js?id=G-26JC1P6T0V"
|
|
||||||
></script>
|
|
||||||
<script>
|
|
||||||
window.dataLayer = window.dataLayer || [];
|
|
||||||
function gtag(){dataLayer.push(arguments)}
|
|
||||||
gtag("js", new Date()); gtag("config", "G-26JC1P6T0V");
|
|
||||||
</script> */}
|
|
||||||
<script
|
|
||||||
async
|
|
||||||
src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-2935642389749184"
|
|
||||||
crossOrigin="anonymous"
|
|
||||||
></script>
|
|
||||||
{/*
|
|
||||||
// @ts-ignore */}
|
|
||||||
<ins
|
|
||||||
className="adsbygoogle"
|
|
||||||
style={{ display: "block" }}
|
|
||||||
data-ad-client="ca-pub-2935642389749184"
|
|
||||||
data-ad-slot="7953564210"
|
|
||||||
data-ad-format="auto"
|
|
||||||
data-full-width-responsive="true"
|
|
||||||
></ins>
|
|
||||||
<script>(adsbygoogle = window.adsbygoogle || []).push({});</script>
|
|
||||||
</head>
|
</head>
|
||||||
<body>{children}</body>
|
<body>{children}</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
Loading…
Reference in New Issue