Compare commits

..

No commits in common. "4e01f681d56560e745af9907b236b9d85c7d458c" and "1fd037236cae72d7cf744be80fa13de03716429b" have entirely different histories.

View File

@ -265,7 +265,7 @@ export default function RootLayout({ children }) {
</Script>
{/* Google Analytics */}
{/* <Script
<Script
async
src="https://www.googletagmanager.com/gtag/js?id=G-KM1KJW539N"
/>
@ -276,21 +276,6 @@ export default function RootLayout({ children }) {
gtag('js', new Date());
gtag('config', 'G-KM1KJW539N');
`}
</Script> */}
{/* Google Analytics */}
<Script
async
src="https://www.googletagmanager.com/gtag/js?id=G-DJWSZZ9G24"
/>
<Script id="google-analytics" strategy="afterInteractive">
{`
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-DJWSZZ9G24');
`}
</Script>