Skip to content

Commit 78dbfe3

Browse files
Merge pull request #142 from CodeChefVIT/analytics
feat: fix build error
2 parents 9977ca4 + a45bad3 commit 78dbfe3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/app/layout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ export default function RootLayout({
6969
async
7070
src="https://www.googletagmanager.com/gtag/js?id=G-ZC8LE59L8H"
7171
></Script>
72-
<Script>
72+
<Script id="google-analytics">
7373
{`window.dataLayer = window.dataLayer || [];
7474
function gtag(){dataLayer.push(arguments);}
7575
gtag('js', new Date());

0 commit comments

Comments
 (0)