Skip to content

Commit

Permalink
chore: add new website analysis code
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronConlon committed Jul 27, 2024
1 parent 9e0f9c6 commit 2f9d668
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions apps/v-next/src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,7 @@ export default function RootLayout({
<html lang="en">
<head>
<link rel="shortcut icon" href={PROJECT.imgs.logo} />
<script async src="https://www.googletagmanager.com/gtag/js?id=G-PEXEQY2N4L"></script>
<script>
{`window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-PEXEQY2N4L');`}
</script>
<script async src="https://cdn.seline.so/seline.js" data-token="b60952ddcb31bbd"></script>
</head>
<body className={`${roboto.className} flex flex-col min-h-screen w-full`}>
<header className="flex justify-between max-w-full w-full md:w-[1200px] mx-auto py-4 px-8 xl:px-0 items-center">
Expand Down

0 comments on commit 2f9d668

Please sign in to comment.