Update layout.tsx

This commit is contained in:
Joe 2023-08-02 16:50:18 +08:00 committed by GitHub
parent dd547b333e
commit f6db3dd514
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 4 deletions

View File

@ -34,17 +34,15 @@ 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 {/* <script
async async
src="https://www.googletagmanager.com/gtag/js?id=G-26JC1P6T0V" src="https://www.googletagmanager.com/gtag/js?id=G-26JC1P6T0V"
></script> ></script>
<script> <script>
window.dataLayer = window.dataLayer || []; window.dataLayer = window.dataLayer || [];
{/*
// @ts-ignore */}
function gtag(){dataLayer.push(arguments)} function gtag(){dataLayer.push(arguments)}
gtag("js", new Date()); gtag("config", "G-26JC1P6T0V"); gtag("js", new Date()); gtag("config", "G-26JC1P6T0V");
</script> </script> */}
<script <script
async async
src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-2935642389749184" src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-2935642389749184"