Update layout.tsx

This commit is contained in:
Joe 2023-10-09 15:00:18 +08:00 committed by GitHub
parent 2437d80d5d
commit 4222b8b8ea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 25 deletions

View File

@ -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>