Update layout.tsx

This commit is contained in:
Talon 2023-04-23 16:50:00 +08:00 committed by GitHub
parent df8e66a309
commit 6300329353
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -42,6 +42,8 @@ export default function RootLayout({
rel="stylesheet" rel="stylesheet"
></link> ></link>
<script src="/serviceWorkerRegister.js" defer></script> <script src="/serviceWorkerRegister.js" defer></script>
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-6958939463396237"
crossorigin="anonymous"></script>
</head> </head>
<body>{children}</body> <body>{children}</body>
</html> </html>